Html Css Color HEX #374EDC Free Speech Blue

📋 copy color: '#374EDC'

red 55 ◦ green 78 ◦ blue 220

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

Shades of Free Speech Blue #374EDC

Tints of Free Speech Blue #374EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.32%

R = 15.58%
G = 22.1%
B = 62.32%

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

#374EDC (or 0x374EDC) is known color: Free Speech Blue. HEX triplet: 37, 4E and DC. RGB value is (55,78,220). Sum of RGB (Red+Green+Blue) = 55+78+220=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #374EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EDC is #C8B123. Grayscale: #565656. Windows color (decimal): -13152548 or 14437943. OLE color: 14437943.

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

Color convert

RGB 55 78 220 -
CMYK 0.75 0.65 0 0.14
HSL 231.64º 0.7% 0.54% -
HSV(B) 231.64º 0.75% 0.86% -
XYZ 17.22 11.43 69.01 -
YUV 87.31 202.88 104.95 -
System Red Green Blue C M Y K H S L
Decimal 55 78 220 0.75 0.65 0 0.14 231.64 0.7 0.54
Hex 37 4E DC 4B 41 0 E E8 46 36
Octal 67 116 334 113 101 0 16 350 106 66
Binary 110111 1001110 11011100 1001011 1000001 0 1110 11101000 1000110 110110

Color Harmonies of #374EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EDC

Black with #374EDC

Text Example


Text Example

White with #374EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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