Html Css Color HEX #364BDA Free Speech Blue

📋 copy color: '#364BDA'

red 54 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #364BDA

Tints of Free Speech Blue #364BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.61%

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 15.56%
G = 21.61%
B = 62.82%

CMYK

 C value IS 0.75

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#364BDA (or 0x364BDA) is known color: Free Speech Blue. HEX triplet: 36, 4B and DA. RGB value is (54,75,218). Sum of RGB (Red+Green+Blue) = 54+75+218=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #364BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BDA is #C9B425. Grayscale: #545454. Windows color (decimal): -13218854 or 14306102. OLE color: 14306102.

HSL color Cylindrical-coordinate representation of color #364BDA: hue angle of 232.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #364BDA is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 75 218 -
CMYK 0.75 0.66 0 0.15
HSL 232.32º 0.69% 0.53% -
HSV(B) 232.32º 0.75% 0.85% -
XYZ 16.69 10.88 67.55 -
YUV 85.02 203.04 105.87 -
System Red Green Blue C M Y K H S L
Decimal 54 75 218 0.75 0.66 0 0.15 232.32 0.69 0.53
Hex 36 4B DA 4B 42 0 F E8 45 35
Octal 66 113 332 113 102 0 17 350 105 65
Binary 110110 1001011 11011010 1001011 1000010 0 1111 11101000 1000101 110101

Color Harmonies of #364BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364BDA

Black with #364BDA

Text Example


Text Example

White with #364BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,75,218); }

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

background-color css

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

 a { background-color: rgb(54,75,218); }

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

border-color css

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

 span { border-color: rgb(54,75,218); }

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