Html Css Color HEX #373DE1 Free Speech Blue

📋 copy color: '#373DE1'

red 55 ◦ green 61 ◦ blue 225

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

Shades of Free Speech Blue #373DE1

Tints of Free Speech Blue #373DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 65.98%

R = 16.13%
G = 17.89%
B = 65.98%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#373DE1 (or 0x373DE1) is known color: Free Speech Blue. HEX triplet: 37, 3D and E1. RGB value is (55,61,225). Sum of RGB (Red+Green+Blue) = 55+61+225=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #373DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #373DE1 is #C8C21E. Grayscale: #4D4D4D. Windows color (decimal): -13156895 or 14761271. OLE color: 14761271.

HSL color Cylindrical-coordinate representation of color #373DE1: hue angle of 237.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #373DE1 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 61 225 -
CMYK 0.76 0.73 0 0.12
HSL 237.88º 0.74% 0.55% -
HSV(B) 237.88º 0.76% 0.88% -
XYZ 16.83 9.59 72.2 -
YUV 77.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 55 61 225 0.76 0.73 0 0.12 237.88 0.74 0.55
Hex 37 3D E1 4C 49 0 C EE 4A 37
Octal 67 75 341 114 111 0 14 356 112 67
Binary 110111 111101 11100001 1001100 1001001 0 1100 11101110 1001010 110111

Color Harmonies of #373DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373DE1

Black with #373DE1

Text Example


Text Example

White with #373DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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