Html Css Color HEX #375DCB Free Speech Blue

📋 copy color: '#375DCB'

red 55 ◦ green 93 ◦ blue 203

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

Shades of Free Speech Blue #375DCB

Tints of Free Speech Blue #375DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

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

R = 15.67%
G = 26.5%
B = 57.83%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#375DCB (or 0x375DCB) is known color: Free Speech Blue. HEX triplet: 37, 5D and CB. RGB value is (55,93,203). Sum of RGB (Red+Green+Blue) = 55+93+203=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #375DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DCB is #C8A234. Grayscale: #5D5D5D. Windows color (decimal): -13148725 or 13327671. OLE color: 13327671.

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

Color convert

RGB 55 93 203 -
CMYK 0.73 0.54 0 0.20
HSL 224.59º 0.59% 0.51% -
HSV(B) 224.59º 0.73% 0.8% -
XYZ 16.27 12.95 58.14 -
YUV 94.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 55 93 203 0.73 0.54 0 0.20 224.59 0.59 0.51
Hex 37 5D CB 49 36 0 14 E1 3B 33
Octal 67 135 313 111 66 0 24 341 73 63
Binary 110111 1011101 11001011 1001001 110110 0 10100 11100001 111011 110011

Color Harmonies of #375DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DCB

Black with #375DCB

Text Example


Text Example

White with #375DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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