Html Css Color HEX #363FDA Free Speech Blue

📋 copy color: '#363FDA'

red 54 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #363FDA

Tints of Free Speech Blue #363FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 18.81%

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

R = 16.12%
G = 18.81%
B = 65.07%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#363FDA (or 0x363FDA) is known color: Free Speech Blue. HEX triplet: 36, 3F and DA. RGB value is (54,63,218). Sum of RGB (Red+Green+Blue) = 54+63+218=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #363FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363FDA is #C9C025. Grayscale: #4D4D4D. Windows color (decimal): -13221926 or 14303030. OLE color: 14303030.

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

Color convert

RGB 54 63 218 -
CMYK 0.75 0.71 0 0.15
HSL 236.71º 0.69% 0.53% -
HSV(B) 236.71º 0.75% 0.85% -
XYZ 15.95 9.4 67.3 -
YUV 77.98 207.02 110.9 -
System Red Green Blue C M Y K H S L
Decimal 54 63 218 0.75 0.71 0 0.15 236.71 0.69 0.53
Hex 36 3F DA 4B 47 0 F ED 45 35
Octal 66 77 332 113 107 0 17 355 105 65
Binary 110110 111111 11011010 1001011 1000111 0 1111 11101101 1000101 110101

Color Harmonies of #363FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363FDA

Black with #363FDA

Text Example


Text Example

White with #363FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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