Html Css Color HEX #375CD2 Free Speech Blue

📋 copy color: '#375CD2'

red 55 ◦ green 92 ◦ blue 210

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

Shades of Free Speech Blue #375CD2

Tints of Free Speech Blue #375CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 58.82%

R = 15.41%
G = 25.77%
B = 58.82%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#375CD2 (or 0x375CD2) is known color: Free Speech Blue. HEX triplet: 37, 5C and D2. RGB value is (55,92,210). Sum of RGB (Red+Green+Blue) = 55+92+210=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 210 (82.42% from 255 or 58.82% from 357); Max value from RGB is 210 - color contains mainly: blue. Hex color #375CD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #375CD2 is #C8A32D. Grayscale: #5D5D5D. Windows color (decimal): -13148974 or 13786167. OLE color: 13786167.

HSL color Cylindrical-coordinate representation of color #375CD2: hue angle of 225.68º degrees, saturation: 0.63, 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 #375CD2 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 92 210 -
CMYK 0.74 0.56 0 0.18
HSL 225.68º 0.63% 0.52% -
HSV(B) 225.68º 0.74% 0.82% -
XYZ 17.04 13.12 62.61 -
YUV 94.39 193.24 99.91 -
System Red Green Blue C M Y K H S L
Decimal 55 92 210 0.74 0.56 0 0.18 225.68 0.63 0.52
Hex 37 5C D2 4A 38 0 12 E2 3F 34
Octal 67 134 322 112 70 0 22 342 77 64
Binary 110111 1011100 11010010 1001010 111000 0 10010 11100010 111111 110100

Color Harmonies of #375CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375CD2

Black with #375CD2

Text Example


Text Example

White with #375CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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