Html Css Color HEX #374FDC Free Speech Blue

📋 copy color: '#374FDC'

red 55 ◦ green 79 ◦ blue 220

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

Shades of Free Speech Blue #374FDC

Tints of Free Speech Blue #374FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.32%

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

R = 15.54%
G = 22.32%
B = 62.15%

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

#374FDC (or 0x374FDC) is known color: Free Speech Blue. HEX triplet: 37, 4F and DC. RGB value is (55,79,220). Sum of RGB (Red+Green+Blue) = 55+79+220=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 79 (31.25% from 255 or 22.32% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #374FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FDC is #C8B023. Grayscale: #575757. Windows color (decimal): -13152292 or 14438199. OLE color: 14438199.

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

Color convert

RGB 55 79 220 -
CMYK 0.75 0.64 0 0.14
HSL 231.27º 0.7% 0.54% -
HSV(B) 231.27º 0.75% 0.86% -
XYZ 17.29 11.57 69.03 -
YUV 87.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 55 79 220 0.75 0.64 0 0.14 231.27 0.7 0.54
Hex 37 4F DC 4B 40 0 E E7 46 36
Octal 67 117 334 113 100 0 16 347 106 66
Binary 110111 1001111 11011100 1001011 1000000 0 1110 11100111 1000110 110110

Color Harmonies of #374FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FDC

Black with #374FDC

Text Example


Text Example

White with #374FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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