Html Css Color HEX #373DCD Free Speech Blue

📋 copy color: '#373DCD'

red 55 ◦ green 61 ◦ blue 205

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

Shades of Free Speech Blue #373DCD

Tints of Free Speech Blue #373DCD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 17.13%
G = 19%
B = 63.86%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#373DCD (or 0x373DCD) is known color: Free Speech Blue. HEX triplet: 37, 3D and CD. RGB value is (55,61,205). Sum of RGB (Red+Green+Blue) = 55+61+205=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #373DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DCD is #C8C232. Grayscale: #4B4B4B. Windows color (decimal): -13156915 or 13450551. OLE color: 13450551.

HSL color Cylindrical-coordinate representation of color #373DCD: hue angle of 237.6º degrees, saturation: 0.6, 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 #373DCD is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 61 205 -
CMYK 0.73 0.70 0 0.20
HSL 237.6º 0.6% 0.51% -
HSV(B) 237.6º 0.73% 0.8% -
XYZ 14.26 8.56 58.66 -
YUV 75.62 201.01 113.29 -
System Red Green Blue C M Y K H S L
Decimal 55 61 205 0.73 0.70 0 0.20 237.6 0.6 0.51
Hex 37 3D CD 49 46 0 14 EE 3C 33
Octal 67 75 315 111 106 0 24 356 74 63
Binary 110111 111101 11001101 1001001 1000110 0 10100 11101110 111100 110011

Color Harmonies of #373DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DCD

Black with #373DCD

Text Example


Text Example

White with #373DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373DCD; }

 p { color: rgb(55,61,205); }

 H1.HeaderClassName
 {
   color: #373DCD;
 }
 .AnyTagClassName
 {
   color: #373DCD;
 }
</style>

background-color css

<style>
 a { background-color: #373DCD; }

 a { background-color: rgb(55,61,205); }

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

border-color css

<style>
 span { border-color: #373DCD; }

 span { border-color: rgb(55,61,205); }

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