Html Css Color HEX #374EDD Free Speech Blue

📋 copy color: '#374EDD'

red 55 ◦ green 78 ◦ blue 221

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

Shades of Free Speech Blue #374EDD

Tints of Free Speech Blue #374EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.43%

R = 15.54%
G = 22.03%
B = 62.43%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#374EDD (or 0x374EDD) is known color: Free Speech Blue. HEX triplet: 37, 4E and DD. RGB value is (55,78,221). Sum of RGB (Red+Green+Blue) = 55+78+221=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #374EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EDD is #C8B122. Grayscale: #565656. Windows color (decimal): -13152547 or 14503479. OLE color: 14503479.

HSL color Cylindrical-coordinate representation of color #374EDD: hue angle of 231.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374EDD is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 78 221 -
CMYK 0.75 0.65 0 0.13
HSL 231.69º 0.71% 0.54% -
HSV(B) 231.69º 0.75% 0.87% -
XYZ 17.35 11.48 69.71 -
YUV 87.43 203.38 104.87 -
System Red Green Blue C M Y K H S L
Decimal 55 78 221 0.75 0.65 0 0.13 231.69 0.71 0.54
Hex 37 4E DD 4B 41 0 D E8 47 36
Octal 67 116 335 113 101 0 15 350 107 66
Binary 110111 1001110 11011101 1001011 1000001 0 1101 11101000 1000111 110110

Color Harmonies of #374EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EDD

Black with #374EDD

Text Example


Text Example

White with #374EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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