Html Css Color HEX #3B5ECB Free Speech Blue

📋 copy color: '#3B5ECB'

red 59 ◦ green 94 ◦ blue 203

#3B5ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3B5ECB

Tints of Free Speech Blue #3B5ECB

RGB

 RED value IS 59 (23.44% from 255) = 16.57%

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 16.57%
G = 26.4%
B = 57.02%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B5ECB (or 0x3B5ECB) is known color: Free Speech Blue. HEX triplet: 3B, 5E and CB. RGB value is (59,94,203). Sum of RGB (Red+Green+Blue) = 59+94+203=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B5ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B5ECB is #C4A134. Grayscale: #5F5F5F. Windows color (decimal): -12886325 or 13327931. OLE color: 13327931.

HSL color Cylindrical-coordinate representation of color #3B5ECB: hue angle of 225.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B5ECB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 94 203 -
CMYK 0.71 0.54 0 0.20
HSL 225.42º 0.58% 0.51% -
HSV(B) 225.42º 0.71% 0.8% -
XYZ 16.59 13.25 58.18 -
YUV 95.96 188.4 101.64 -
System Red Green Blue C M Y K H S L
Decimal 59 94 203 0.71 0.54 0 0.20 225.42 0.58 0.51
Hex 3B 5E CB 47 36 0 14 E1 3A 33
Octal 73 136 313 107 66 0 24 341 72 63
Binary 111011 1011110 11001011 1000111 110110 0 10100 11100001 111010 110011

Color Harmonies of #3B5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5ECB

Black with #3B5ECB

Text Example


Text Example

White with #3B5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B5ECB; }

 p { color: rgb(59,94,203); }

 H1.HeaderClassName
 {
   color: #3B5ECB;
 }
 .AnyTagClassName
 {
   color: #3B5ECB;
 }
</style>

background-color css

<style>
 a { background-color: #3B5ECB; }

 a { background-color: rgb(59,94,203); }

 div.DivClassName
 {
   background-color: #3B5ECB;
 }
 .BgClassName
 {
   background-color: #3B5ECB;
 }
</style>

border-color css

<style>
 span { border-color: #3B5ECB; }

 span { border-color: rgb(59,94,203); }

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