#4365ce

Color #4365CE Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4365CE

Tints of Free Speech Blue #4365CE

Color information

#4365CE (or 0x4365CE) is unknown color: approx Free Speech Blue. HEX triplet: 43, 65 and CE. RGB value is (67,101,206). Sum of RGB (Red+Green+Blue) = 67+101+206=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #4365CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4365CE is #BC9A31. Grayscale: #666666. Windows color (decimal): -12360242 or 13526339. OLE color: 13526339.

HSL color Cylindrical-coordinate representation of color #4365CE: hue angle of 225.32º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4365CE is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB67101206-
CMYK0.670.5100.19
HSL225.32º58.65%53.53%-
HSV(B)225.32º67.48%80.78%-
XYZ18.1114.9660.33-
YUV102.8186.24102.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 17.91%
GREEN value IS 101 (39.84% from 255) = 27.01%
BLUE value IS 206 (80.86% from 255) = 55.08%
R=17.91%
G=27.01%
B=55.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal671012060.670.5100.19225.3258.6553.53
Hex4365CE4333013e13b36
Octal103145316103630233417366
Binary1000011110010111001110100001111001101001111100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4365ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4365ce; }

 p { color: rgb(67,101,206); }

 H1.HeaderClassName
 {
   color: #4365ce;
 }
 .AnyTagClassName
 {
   color: #4365ce;
 }
</style>
background-color css

<style>
 a { background-color: #4365ce; }

 a { background-color: rgb(67,101,206); }

 div.DivClassName
 {
   background-color: #4365ce;
 }
 .BgClassName
 {
   background-color: #4365ce;
 }
</style>
border-color css

<style>
 span { border-color: #4365ce; }

 span { border-color: rgb(67,101,206); }

 td.TdClassName
 {
   border-color: #4365ce;
 }
 .TagClassName
 {
   border-color: #4365ce;
 }
</style>