Html Css Color HEX #375DD0 Free Speech Blue

📋 copy color: '#375DD0'

red 55 ◦ green 93 ◦ blue 208

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

Shades of Free Speech Blue #375DD0

Tints of Free Speech Blue #375DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.43%

R = 15.45%
G = 26.12%
B = 58.43%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#375DD0 (or 0x375DD0) is known color: Free Speech Blue. HEX triplet: 37, 5D and D0. RGB value is (55,93,208). Sum of RGB (Red+Green+Blue) = 55+93+208=356 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.45% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #375DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375DD0 is #C8A22F. Grayscale: #5E5E5E. Windows color (decimal): -13148720 or 13655351. OLE color: 13655351.

HSL color Cylindrical-coordinate representation of color #375DD0: hue angle of 225.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #375DD0 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 93 208 -
CMYK 0.74 0.55 0 0.18
HSL 225.1º 0.62% 0.52% -
HSV(B) 225.1º 0.74% 0.82% -
XYZ 16.88 13.19 61.33 -
YUV 94.75 191.91 99.65 -
System Red Green Blue C M Y K H S L
Decimal 55 93 208 0.74 0.55 0 0.18 225.1 0.62 0.52
Hex 37 5D D0 4A 37 0 12 E1 3E 34
Octal 67 135 320 112 67 0 22 341 76 64
Binary 110111 1011101 11010000 1001010 110111 0 10010 11100001 111110 110100

Color Harmonies of #375DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375DD0

Black with #375DD0

Text Example


Text Example

White with #375DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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