Html Css Color HEX #374DDB Free Speech Blue

📋 copy color: '#374DDB'

red 55 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #374DDB

Tints of Free Speech Blue #374DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

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

R = 15.67%
G = 21.94%
B = 62.39%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#374DDB (or 0x374DDB) is known color: Free Speech Blue. HEX triplet: 37, 4D and DB. RGB value is (55,77,219). Sum of RGB (Red+Green+Blue) = 55+77+219=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #374DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374DDB is #C8B224. Grayscale: #565656. Windows color (decimal): -13152805 or 14372151. OLE color: 14372151.

HSL color Cylindrical-coordinate representation of color #374DDB: hue angle of 231.95º 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 #374DDB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 77 219 -
CMYK 0.75 0.65 0 0.14
HSL 231.95º 0.69% 0.54% -
HSV(B) 231.95º 0.75% 0.86% -
XYZ 17.02 11.23 68.29 -
YUV 86.61 202.71 105.45 -
System Red Green Blue C M Y K H S L
Decimal 55 77 219 0.75 0.65 0 0.14 231.95 0.69 0.54
Hex 37 4D DB 4B 41 0 E E8 45 36
Octal 67 115 333 113 101 0 16 350 105 66
Binary 110111 1001101 11011011 1001011 1000001 0 1110 11101000 1000101 110110

Color Harmonies of #374DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374DDB

Black with #374DDB

Text Example


Text Example

White with #374DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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