Html Css Color HEX #374EC0 Free Speech Blue

📋 copy color: '#374EC0'

red 55 ◦ green 78 ◦ blue 192

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

Shades of Free Speech Blue #374EC0

Tints of Free Speech Blue #374EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24%

 BLUE value IS 192 (75.39% from 255) = 59.08%

R = 16.92%
G = 24%
B = 59.08%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#374EC0 (or 0x374EC0) is known color: Free Speech Blue. HEX triplet: 37, 4E and C0. RGB value is (55,78,192). Sum of RGB (Red+Green+Blue) = 55+78+192=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #374EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EC0 is #C8B13F. Grayscale: #535353. Windows color (decimal): -13152576 or 12602935. OLE color: 12602935.

HSL color Cylindrical-coordinate representation of color #374EC0: hue angle of 229.93º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374EC0 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 78 192 -
CMYK 0.71 0.59 0 0.25
HSL 229.93º 0.55% 0.48% -
HSV(B) 229.93º 0.71% 0.75% -
XYZ 13.81 10.07 51.08 -
YUV 84.12 188.88 107.23 -
System Red Green Blue C M Y K H S L
Decimal 55 78 192 0.71 0.59 0 0.25 229.93 0.55 0.48
Hex 37 4E C0 47 3B 0 19 E6 37 30
Octal 67 116 300 107 73 0 31 346 67 60
Binary 110111 1001110 11000000 1000111 111011 0 11001 11100110 110111 110000

Color Harmonies of #374EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EC0

Black with #374EC0

Text Example


Text Example

White with #374EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374EC0; }

 p { color: rgb(55,78,192); }

 H1.HeaderClassName
 {
   color: #374EC0;
 }
 .AnyTagClassName
 {
   color: #374EC0;
 }
</style>

background-color css

<style>
 a { background-color: #374EC0; }

 a { background-color: rgb(55,78,192); }

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

border-color css

<style>
 span { border-color: #374EC0; }

 span { border-color: rgb(55,78,192); }

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