Html Css Color HEX #374ADD Free Speech Blue

📋 copy color: '#374ADD'

red 55 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #374ADD

Tints of Free Speech Blue #374ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.14%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 15.71%
G = 21.14%
B = 63.14%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#374ADD (or 0x374ADD) is known color: Free Speech Blue. HEX triplet: 37, 4A and DD. RGB value is (55,74,221). Sum of RGB (Red+Green+Blue) = 55+74+221=350 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #374ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #374ADD is #C8B522. Grayscale: #545454. Windows color (decimal): -13153571 or 14502455. OLE color: 14502455.

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

Color convert

RGB 55 74 221 -
CMYK 0.75 0.67 0 0.13
HSL 233.13º 0.71% 0.54% -
HSV(B) 233.13º 0.75% 0.87% -
XYZ 17.08 10.93 69.62 -
YUV 85.08 204.71 106.55 -
System Red Green Blue C M Y K H S L
Decimal 55 74 221 0.75 0.67 0 0.13 233.13 0.71 0.54
Hex 37 4A DD 4B 43 0 D E9 47 36
Octal 67 112 335 113 103 0 15 351 107 66
Binary 110111 1001010 11011101 1001011 1000011 0 1101 11101001 1000111 110110

Color Harmonies of #374ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374ADD

Black with #374ADD

Text Example


Text Example

White with #374ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,74,221); }

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

background-color css

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

 a { background-color: rgb(55,74,221); }

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

border-color css

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

 span { border-color: rgb(55,74,221); }

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