Html Css Color HEX #364AD2 Free Speech Blue

📋 copy color: '#364AD2'

red 54 ◦ green 74 ◦ blue 210

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

Shades of Free Speech Blue #364AD2

Tints of Free Speech Blue #364AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.13%

R = 15.98%
G = 21.89%
B = 62.13%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#364AD2 (or 0x364AD2) is known color: Free Speech Blue. HEX triplet: 36, 4A and D2. RGB value is (54,74,210). Sum of RGB (Red+Green+Blue) = 54+74+210=338 (44% of max value = 765). Red value is 54 (21.48% from 255 or 15.98% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #364AD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364AD2 is #C9B52D. Grayscale: #525252. Windows color (decimal): -13219118 or 13781558. OLE color: 13781558.

HSL color Cylindrical-coordinate representation of color #364AD2: hue angle of 232.31º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #364AD2 is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 74 210 -
CMYK 0.74 0.65 0 0.18
HSL 232.31º 0.63% 0.52% -
HSV(B) 232.31º 0.74% 0.82% -
XYZ 15.6 10.33 62.15 -
YUV 83.52 199.37 106.94 -
System Red Green Blue C M Y K H S L
Decimal 54 74 210 0.74 0.65 0 0.18 232.31 0.63 0.52
Hex 36 4A D2 4A 41 0 12 E8 3F 34
Octal 66 112 322 112 101 0 22 350 77 64
Binary 110110 1001010 11010010 1001010 1000001 0 10010 11101000 111111 110100

Color Harmonies of #364AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364AD2

Black with #364AD2

Text Example


Text Example

White with #364AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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