Html Css Color HEX #373CD0 Free Speech Blue

📋 copy color: '#373CD0'

red 55 ◦ green 60 ◦ blue 208

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

Shades of Free Speech Blue #373CD0

Tints of Free Speech Blue #373CD0

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.58%

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

R = 17.03%
G = 18.58%
B = 64.4%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#373CD0 (or 0x373CD0) is known color: Free Speech Blue. HEX triplet: 37, 3C and D0. RGB value is (55,60,208). Sum of RGB (Red+Green+Blue) = 55+60+208=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 208 (81.64% from 255 or 64.40% from 323); Max value from RGB is 208 - color contains mainly: blue. Hex color #373CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373CD0 is #C8C32F. Grayscale: #4A4A4A. Windows color (decimal): -13157168 or 13646903. OLE color: 13646903.

HSL color Cylindrical-coordinate representation of color #373CD0: hue angle of 238.04º 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 #373CD0 is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 60 208 -
CMYK 0.74 0.71 0 0.18
HSL 238.04º 0.62% 0.52% -
HSV(B) 238.04º 0.74% 0.82% -
XYZ 14.58 8.6 60.57 -
YUV 75.38 202.84 113.47 -
System Red Green Blue C M Y K H S L
Decimal 55 60 208 0.74 0.71 0 0.18 238.04 0.62 0.52
Hex 37 3C D0 4A 47 0 12 EE 3E 34
Octal 67 74 320 112 107 0 22 356 76 64
Binary 110111 111100 11010000 1001010 1000111 0 10010 11101110 111110 110100

Color Harmonies of #373CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373CD0

Black with #373CD0

Text Example


Text Example

White with #373CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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