Html Css Color HEX #363BCD Free Speech Blue

📋 copy color: '#363BCD'

red 54 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #363BCD

Tints of Free Speech Blue #363BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 16.98%
G = 18.55%
B = 64.47%

CMYK

 C value IS 0.74

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#363BCD (or 0x363BCD) is known color: Free Speech Blue. HEX triplet: 36, 3B and CD. RGB value is (54,59,205). Sum of RGB (Red+Green+Blue) = 54+59+205=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #363BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BCD is #C9C432. Grayscale: #494949. Windows color (decimal): -13222963 or 13450038. OLE color: 13450038.

HSL color Cylindrical-coordinate representation of color #363BCD: hue angle of 238.01º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #363BCD is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 59 205 -
CMYK 0.74 0.71 0 0.20
HSL 238.01º 0.6% 0.51% -
HSV(B) 238.01º 0.74% 0.8% -
XYZ 14.1 8.32 58.62 -
YUV 74.15 201.84 113.63 -
System Red Green Blue C M Y K H S L
Decimal 54 59 205 0.74 0.71 0 0.20 238.01 0.6 0.51
Hex 36 3B CD 4A 47 0 14 EE 3C 33
Octal 66 73 315 112 107 0 24 356 74 63
Binary 110110 111011 11001101 1001010 1000111 0 10100 11101110 111100 110011

Color Harmonies of #363BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363BCD

Black with #363BCD

Text Example


Text Example

White with #363BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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