Html Css Color HEX #374FDF Free Speech Blue

📋 copy color: '#374FDF'

red 55 ◦ green 79 ◦ blue 223

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

Shades of Free Speech Blue #374FDF

Tints of Free Speech Blue #374FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.46%

R = 15.41%
G = 22.13%
B = 62.46%

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

#374FDF (or 0x374FDF) is known color: Free Speech Blue. HEX triplet: 37, 4F and DF. RGB value is (55,79,223). Sum of RGB (Red+Green+Blue) = 55+79+223=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 223 (87.5% from 255 or 62.46% from 357); Max value from RGB is 223 - color contains mainly: blue. Hex color #374FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #374FDF is #C8B020. Grayscale: #575757. Windows color (decimal): -13152289 or 14634807. OLE color: 14634807.

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

Color convert

RGB 55 79 223 -
CMYK 0.75 0.65 0 0.13
HSL 231.43º 0.72% 0.55% -
HSV(B) 231.43º 0.75% 0.87% -
XYZ 17.69 11.73 71.14 -
YUV 88.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 55 79 223 0.75 0.65 0 0.13 231.43 0.72 0.55
Hex 37 4F DF 4B 41 0 D E7 48 37
Octal 67 117 337 113 101 0 15 347 110 67
Binary 110111 1001111 11011111 1001011 1000001 0 1101 11100111 1001000 110111

Color Harmonies of #374FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374FDF

Black with #374FDF

Text Example


Text Example

White with #374FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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