Html Css Color HEX #364AD5 Free Speech Blue

📋 copy color: '#364AD5'

red 54 ◦ green 74 ◦ blue 213

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

Shades of Free Speech Blue #364AD5

Tints of Free Speech Blue #364AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 62.46%

R = 15.84%
G = 21.7%
B = 62.46%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#364AD5 (or 0x364AD5) is known color: Free Speech Blue. HEX triplet: 36, 4A and D5. RGB value is (54,74,213). Sum of RGB (Red+Green+Blue) = 54+74+213=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #364AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364AD5 is #C9B52A. Grayscale: #535353. Windows color (decimal): -13219115 or 13978166. OLE color: 13978166.

HSL color Cylindrical-coordinate representation of color #364AD5: hue angle of 232.45º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364AD5 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 74 213 -
CMYK 0.75 0.65 0 0.16
HSL 232.45º 0.65% 0.52% -
HSV(B) 232.45º 0.75% 0.84% -
XYZ 15.98 10.49 64.13 -
YUV 83.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 54 74 213 0.75 0.65 0 0.16 232.45 0.65 0.52
Hex 36 4A D5 4B 41 0 10 E8 41 34
Octal 66 112 325 113 101 0 20 350 101 64
Binary 110110 1001010 11010101 1001011 1000001 0 10000 11101000 1000001 110100

Color Harmonies of #364AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364AD5

Black with #364AD5

Text Example


Text Example

White with #364AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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