Html Css Color HEX #363C4B Cloud Burst

📋 copy color: '#363C4B'

red 54 ◦ green 60 ◦ blue 75

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

Shades of Cloud Burst #363C4B

Tints of Cloud Burst #363C4B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.75%

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 28.57%
G = 31.75%
B = 39.68%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#363C4B (or 0x363C4B) is known color: Cloud Burst. HEX triplet: 36, 3C and 4B. RGB value is (54,60,75). Sum of RGB (Red+Green+Blue) = 54+60+75=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #363C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C4B is #C9C3B4. Grayscale: #3B3B3B. Windows color (decimal): -13222837 or 4930614. OLE color: 4930614.

HSL color Cylindrical-coordinate representation of color #363C4B: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363C4B is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 60 75 -
CMYK 0.28 0.20 0 0.71
HSL 222.86º 0.16% 0.25% -
HSV(B) 222.86º 0.28% 0.29% -
XYZ 4.41 4.52 7.3 -
YUV 59.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 54 60 75 0.28 0.20 0 0.71 222.86 0.16 0.25
Hex 36 3C 4B 1C 14 0 47 DF 10 19
Octal 66 74 113 34 24 0 107 337 20 31
Binary 110110 111100 1001011 11100 10100 0 1000111 11011111 10000 11001

Color Harmonies of #363C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C4B

Black with #363C4B

Text Example


Text Example

White with #363C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,75); }

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

background-color css

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

 a { background-color: rgb(54,60,75); }

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

border-color css

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

 span { border-color: rgb(54,60,75); }

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