Html Css Color HEX #374EDB Free Speech Blue

📋 copy color: '#374EDB'

red 55 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #374EDB

Tints of Free Speech Blue #374EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 15.63%
G = 22.16%
B = 62.22%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#374EDB (or 0x374EDB) is known color: Free Speech Blue. HEX triplet: 37, 4E and DB. RGB value is (55,78,219). Sum of RGB (Red+Green+Blue) = 55+78+219=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #374EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EDB is #C8B124. Grayscale: #565656. Windows color (decimal): -13152549 or 14372407. OLE color: 14372407.

HSL color Cylindrical-coordinate representation of color #374EDB: hue angle of 231.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374EDB is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 78 219 -
CMYK 0.75 0.64 0 0.14
HSL 231.59º 0.69% 0.54% -
HSV(B) 231.59º 0.75% 0.86% -
XYZ 17.09 11.38 68.31 -
YUV 87.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 55 78 219 0.75 0.64 0 0.14 231.59 0.69 0.54
Hex 37 4E DB 4B 40 0 E E8 45 36
Octal 67 116 333 113 100 0 16 350 105 66
Binary 110111 1001110 11011011 1001011 1000000 0 1110 11101000 1000101 110110

Color Harmonies of #374EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EDB

Black with #374EDB

Text Example


Text Example

White with #374EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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