Html Css Color HEX #374CDF Free Speech Blue

📋 copy color: '#374CDF'

red 55 ◦ green 76 ◦ blue 223

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

Shades of Free Speech Blue #374CDF

Tints of Free Speech Blue #374CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.47%

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

R = 15.54%
G = 21.47%
B = 62.99%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#374CDF (or 0x374CDF) is known color: Free Speech Blue. HEX triplet: 37, 4C and DF. RGB value is (55,76,223). Sum of RGB (Red+Green+Blue) = 55+76+223=354 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.54% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #374CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374CDF is #C8B320. Grayscale: #555555. Windows color (decimal): -13153057 or 14634039. OLE color: 14634039.

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

Color convert

RGB 55 76 223 -
CMYK 0.75 0.66 0 0.13
HSL 232.5º 0.72% 0.55% -
HSV(B) 232.5º 0.75% 0.87% -
XYZ 17.48 11.31 71.07 -
YUV 86.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 55 76 223 0.75 0.66 0 0.13 232.5 0.72 0.55
Hex 37 4C DF 4B 42 0 D E8 48 37
Octal 67 114 337 113 102 0 15 350 110 67
Binary 110111 1001100 11011111 1001011 1000010 0 1101 11101000 1001000 110111

Color Harmonies of #374CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374CDF

Black with #374CDF

Text Example


Text Example

White with #374CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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