Html Css Color HEX #374EDA Free Speech Blue

📋 copy color: '#374EDA'

red 55 ◦ green 78 ◦ blue 218

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

Shades of Free Speech Blue #374EDA

Tints of Free Speech Blue #374EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.11%

R = 15.67%
G = 22.22%
B = 62.11%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#374EDA (or 0x374EDA) is known color: Free Speech Blue. HEX triplet: 37, 4E and DA. RGB value is (55,78,218). Sum of RGB (Red+Green+Blue) = 55+78+218=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 218 (85.55% from 255 or 62.11% from 351); Max value from RGB is 218 - color contains mainly: blue. Hex color #374EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374EDA is #C8B125. Grayscale: #565656. Windows color (decimal): -13152550 or 14306871. OLE color: 14306871.

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

Color convert

RGB 55 78 218 -
CMYK 0.75 0.64 0 0.15
HSL 231.53º 0.69% 0.54% -
HSV(B) 231.53º 0.75% 0.85% -
XYZ 16.95 11.32 67.62 -
YUV 87.08 201.88 105.12 -
System Red Green Blue C M Y K H S L
Decimal 55 78 218 0.75 0.64 0 0.15 231.53 0.69 0.54
Hex 37 4E DA 4B 40 0 F E8 45 36
Octal 67 116 332 113 100 0 17 350 105 66
Binary 110111 1001110 11011010 1001011 1000000 0 1111 11101000 1000101 110110

Color Harmonies of #374EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374EDA

Black with #374EDA

Text Example


Text Example

White with #374EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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