Html Css Color HEX #3760CB Free Speech Blue

📋 copy color: '#3760CB'

red 55 ◦ green 96 ◦ blue 203

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

Shades of Free Speech Blue #3760CB

Tints of Free Speech Blue #3760CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 15.54%
G = 27.12%
B = 57.34%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3760CB (or 0x3760CB) is known color: Free Speech Blue. HEX triplet: 37, 60 and CB. RGB value is (55,96,203). Sum of RGB (Red+Green+Blue) = 55+96+203=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #3760CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3760CB is #C89F34. Grayscale: #5F5F5F. Windows color (decimal): -13147957 or 13328439. OLE color: 13328439.

HSL color Cylindrical-coordinate representation of color #3760CB: hue angle of 223.38º 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 #3760CB is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 96 203 -
CMYK 0.73 0.53 0 0.20
HSL 223.38º 0.59% 0.51% -
HSV(B) 223.38º 0.73% 0.8% -
XYZ 16.54 13.49 58.23 -
YUV 95.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 55 96 203 0.73 0.53 0 0.20 223.38 0.59 0.51
Hex 37 60 CB 49 35 0 14 DF 3B 33
Octal 67 140 313 111 65 0 24 337 73 63
Binary 110111 1100000 11001011 1001001 110101 0 10100 11011111 111011 110011

Color Harmonies of #3760CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3760CB

Black with #3760CB

Text Example


Text Example

White with #3760CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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