Html Css Color HEX #363BDA Free Speech Blue

📋 copy color: '#363BDA'

red 54 ◦ green 59 ◦ blue 218

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

Shades of Free Speech Blue #363BDA

Tints of Free Speech Blue #363BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.82%

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

R = 16.31%
G = 17.82%
B = 65.86%

CMYK

 C value IS 0.75

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#363BDA (or 0x363BDA) is known color: Free Speech Blue. HEX triplet: 36, 3B and DA. RGB value is (54,59,218). Sum of RGB (Red+Green+Blue) = 54+59+218=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #363BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BDA is #C9C425. Grayscale: #4A4A4A. Windows color (decimal): -13222950 or 14302006. OLE color: 14302006.

HSL color Cylindrical-coordinate representation of color #363BDA: hue angle of 238.17º 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 #363BDA is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 59 218 -
CMYK 0.75 0.73 0 0.15
HSL 238.17º 0.69% 0.53% -
HSV(B) 238.17º 0.75% 0.85% -
XYZ 15.74 8.97 67.23 -
YUV 75.63 208.34 112.57 -
System Red Green Blue C M Y K H S L
Decimal 54 59 218 0.75 0.73 0 0.15 238.17 0.69 0.53
Hex 36 3B DA 4B 49 0 F EE 45 35
Octal 66 73 332 113 111 0 17 356 105 65
Binary 110110 111011 11011010 1001011 1001001 0 1111 11101110 1000101 110101

Color Harmonies of #363BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BDA

Black with #363BDA

Text Example


Text Example

White with #363BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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