Html Css Color HEX #363F53 Cloud Burst

📋 copy color: '#363F53'

red 54 ◦ green 63 ◦ blue 83

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

Shades of Cloud Burst #363F53

Tints of Cloud Burst #363F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 27%
G = 31.5%
B = 41.5%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363F53 (or 0x363F53) is known color: Cloud Burst. HEX triplet: 36, 3F and 53. RGB value is (54,63,83). Sum of RGB (Red+Green+Blue) = 54+63+83=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #363F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F53 is #C9C0AC. Grayscale: #3E3E3E. Windows color (decimal): -13222061 or 5455670. OLE color: 5455670.

HSL color Cylindrical-coordinate representation of color #363F53: hue angle of 221.38º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #363F53 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 63 83 -
CMYK 0.35 0.24 0 0.67
HSL 221.38º 0.21% 0.27% -
HSV(B) 221.38º 0.35% 0.33% -
XYZ 4.86 4.96 8.89 -
YUV 62.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 54 63 83 0.35 0.24 0 0.67 221.38 0.21 0.27
Hex 36 3F 53 23 18 0 43 DD 15 1B
Octal 66 77 123 43 30 0 103 335 25 33
Binary 110110 111111 1010011 100011 11000 0 1000011 11011101 10101 11011

Color Harmonies of #363F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F53

Black with #363F53

Text Example


Text Example

White with #363F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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