Html Css Color HEX #3764CD Free Speech Blue

📋 copy color: '#3764CD'

red 55 ◦ green 100 ◦ blue 205

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

Shades of Free Speech Blue #3764CD

Tints of Free Speech Blue #3764CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.94%

R = 15.28%
G = 27.78%
B = 56.94%

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

#3764CD (or 0x3764CD) is known color: Free Speech Blue. HEX triplet: 37, 64 and CD. RGB value is (55,100,205). Sum of RGB (Red+Green+Blue) = 55+100+205=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #3764CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3764CD is #C89B32. Grayscale: #626262. Windows color (decimal): -13146931 or 13460535. OLE color: 13460535.

HSL color Cylindrical-coordinate representation of color #3764CD: hue angle of 222º degrees, saturation: 0.6, 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 #3764CD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 100 205 -
CMYK 0.73 0.51 0 0.20
HSL 222º 0.6% 0.51% -
HSV(B) 222º 0.73% 0.8% -
XYZ 17.15 14.33 59.62 -
YUV 98.52 188.09 96.96 -
System Red Green Blue C M Y K H S L
Decimal 55 100 205 0.73 0.51 0 0.20 222 0.6 0.51
Hex 37 64 CD 49 33 0 14 DE 3C 33
Octal 67 144 315 111 63 0 24 336 74 63
Binary 110111 1100100 11001101 1001001 110011 0 10100 11011110 111100 110011

Color Harmonies of #3764CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3764CD

Black with #3764CD

Text Example


Text Example

White with #3764CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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