Html Css Color HEX #364ADE Free Speech Blue

📋 copy color: '#364ADE'

red 54 ◦ green 74 ◦ blue 222

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

Shades of Free Speech Blue #364ADE

Tints of Free Speech Blue #364ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 15.43%
G = 21.14%
B = 63.43%

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

#364ADE (or 0x364ADE) is known color: Free Speech Blue. HEX triplet: 36, 4A and DE. RGB value is (54,74,222). Sum of RGB (Red+Green+Blue) = 54+74+222=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #364ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364ADE is #C9B521. Grayscale: #545454. Windows color (decimal): -13219106 or 14567990. OLE color: 14567990.

HSL color Cylindrical-coordinate representation of color #364ADE: hue angle of 232.86º degrees, saturation: 0.72, 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 #364ADE is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 74 222 -
CMYK 0.76 0.67 0 0.13
HSL 232.86º 0.72% 0.54% -
HSV(B) 232.86º 0.76% 0.87% -
XYZ 17.15 10.96 70.32 -
YUV 84.89 205.37 105.97 -
System Red Green Blue C M Y K H S L
Decimal 54 74 222 0.76 0.67 0 0.13 232.86 0.72 0.54
Hex 36 4A DE 4C 43 0 D E9 48 36
Octal 66 112 336 114 103 0 15 351 110 66
Binary 110110 1001010 11011110 1001100 1000011 0 1101 11101001 1001000 110110

Color Harmonies of #364ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364ADE

Black with #364ADE

Text Example


Text Example

White with #364ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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