Html Css Color HEX #364ADD Free Speech Blue

📋 copy color: '#364ADD'

red 54 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #364ADD

Tints of Free Speech Blue #364ADD

RGB

 RED value IS 54 (21.48% from 255) = 15.47%

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

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

R = 15.47%
G = 21.2%
B = 63.32%

CMYK

 C value IS 0.76

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#364ADD (or 0x364ADD) is known color: Free Speech Blue. HEX triplet: 36, 4A and DD. RGB value is (54,74,221). Sum of RGB (Red+Green+Blue) = 54+74+221=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #364ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ADD is #C9B522. Grayscale: #545454. Windows color (decimal): -13219107 or 14502454. OLE color: 14502454.

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

Color convert

RGB 54 74 221 -
CMYK 0.76 0.67 0 0.13
HSL 232.81º 0.71% 0.54% -
HSV(B) 232.81º 0.76% 0.87% -
XYZ 17.02 10.9 69.61 -
YUV 84.78 204.87 106.05 -
System Red Green Blue C M Y K H S L
Decimal 54 74 221 0.76 0.67 0 0.13 232.81 0.71 0.54
Hex 36 4A DD 4C 43 0 D E9 47 36
Octal 66 112 335 114 103 0 15 351 107 66
Binary 110110 1001010 11011101 1001100 1000011 0 1101 11101001 1000111 110110

Color Harmonies of #364ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ADD

Black with #364ADD

Text Example


Text Example

White with #364ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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