Html Css Color HEX #3764CB Free Speech Blue

📋 copy color: '#3764CB'

red 55 ◦ green 100 ◦ blue 203

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

Shades of Free Speech Blue #3764CB

Tints of Free Speech Blue #3764CB

RGB

 RED value IS 55 (21.88% from 255) = 15.36%

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 15.36%
G = 27.93%
B = 56.7%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3764CB (or 0x3764CB) is known color: Free Speech Blue. HEX triplet: 37, 64 and CB. RGB value is (55,100,203). Sum of RGB (Red+Green+Blue) = 55+100+203=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #3764CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764CB is #C89B34. Grayscale: #616161. Windows color (decimal): -13146933 or 13329463. OLE color: 13329463.

HSL color Cylindrical-coordinate representation of color #3764CB: hue angle of 221.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3764CB is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 100 203 -
CMYK 0.73 0.51 0 0.20
HSL 221.76º 0.59% 0.51% -
HSV(B) 221.76º 0.73% 0.8% -
XYZ 16.91 14.24 58.36 -
YUV 98.29 187.09 97.12 -
System Red Green Blue C M Y K H S L
Decimal 55 100 203 0.73 0.51 0 0.20 221.76 0.59 0.51
Hex 37 64 CB 49 33 0 14 DE 3B 33
Octal 67 144 313 111 63 0 24 336 73 63
Binary 110111 1100100 11001011 1001001 110011 0 10100 11011110 111011 110011

Color Harmonies of #3764CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764CB

Black with #3764CB

Text Example


Text Example

White with #3764CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3764CB; }

 p { color: rgb(55,100,203); }

 H1.HeaderClassName
 {
   color: #3764CB;
 }
 .AnyTagClassName
 {
   color: #3764CB;
 }
</style>

background-color css

<style>
 a { background-color: #3764CB; }

 a { background-color: rgb(55,100,203); }

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

border-color css

<style>
 span { border-color: #3764CB; }

 span { border-color: rgb(55,100,203); }

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