Html Css Color HEX #363A4F Cloud Burst

📋 copy color: '#363A4F'

red 54 ◦ green 58 ◦ blue 79

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

Shades of Cloud Burst #363A4F

Tints of Cloud Burst #363A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 28.27%
G = 30.37%
B = 41.36%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#363A4F (or 0x363A4F) is known color: Cloud Burst. HEX triplet: 36, 3A and 4F. RGB value is (54,58,79). Sum of RGB (Red+Green+Blue) = 54+58+79=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #363A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A4F is #C9C5B0. Grayscale: #3B3B3B. Windows color (decimal): -13223345 or 5192246. OLE color: 5192246.

HSL color Cylindrical-coordinate representation of color #363A4F: hue angle of 230.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #363A4F is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 58 79 -
CMYK 0.32 0.27 0 0.69
HSL 230.4º 0.19% 0.26% -
HSV(B) 230.4º 0.32% 0.31% -
XYZ 4.45 4.37 8.01 -
YUV 59.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 54 58 79 0.32 0.27 0 0.69 230.4 0.19 0.26
Hex 36 3A 4F 20 1B 0 45 E6 13 1A
Octal 66 72 117 40 33 0 105 346 23 32
Binary 110110 111010 1001111 100000 11011 0 1000101 11100110 10011 11010

Color Harmonies of #363A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A4F

Black with #363A4F

Text Example


Text Example

White with #363A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,79); }

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

background-color css

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

 a { background-color: rgb(54,58,79); }

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

border-color css

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

 span { border-color: rgb(54,58,79); }

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