Html Css Color HEX #375CCB Free Speech Blue

📋 copy color: '#375CCB'

red 55 ◦ green 92 ◦ blue 203

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

Shades of Free Speech Blue #375CCB

Tints of Free Speech Blue #375CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 15.71%
G = 26.29%
B = 58%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#375CCB (or 0x375CCB) is known color: Free Speech Blue. HEX triplet: 37, 5C and CB. RGB value is (55,92,203). Sum of RGB (Red+Green+Blue) = 55+92+203=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #375CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CCB is #C8A334. Grayscale: #5D5D5D. Windows color (decimal): -13148981 or 13327415. OLE color: 13327415.

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

Color convert

RGB 55 92 203 -
CMYK 0.73 0.55 0 0.20
HSL 225º 0.59% 0.51% -
HSV(B) 225º 0.73% 0.8% -
XYZ 16.18 12.78 58.11 -
YUV 93.59 189.74 100.47 -
System Red Green Blue C M Y K H S L
Decimal 55 92 203 0.73 0.55 0 0.20 225 0.59 0.51
Hex 37 5C CB 49 37 0 14 E1 3B 33
Octal 67 134 313 111 67 0 24 341 73 63
Binary 110111 1011100 11001011 1001001 110111 0 10100 11100001 111011 110011

Color Harmonies of #375CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CCB

Black with #375CCB

Text Example


Text Example

White with #375CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375CCB; }

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

 H1.HeaderClassName
 {
   color: #375CCB;
 }
 .AnyTagClassName
 {
   color: #375CCB;
 }
</style>

background-color css

<style>
 a { background-color: #375CCB; }

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

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

border-color css

<style>
 span { border-color: #375CCB; }

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

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