Html Css Color HEX #35394E Cloud Burst

📋 copy color: '#35394E'

red 53 ◦ green 57 ◦ blue 78

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

Shades of Cloud Burst #35394E

Tints of Cloud Burst #35394E

RGB

 RED value IS 53 (21.09% from 255) = 28.19%

 GREEN value IS 57 (22.66% from 255) = 30.32%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 28.19%
G = 30.32%
B = 41.49%

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

#35394E (or 0x35394E) is known color: Cloud Burst. HEX triplet: 35, 39 and 4E. RGB value is (53,57,78). Sum of RGB (Red+Green+Blue) = 53+57+78=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #35394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35394E is #CAC6B1. Grayscale: #3A3A3A. Windows color (decimal): -13289138 or 5126453. OLE color: 5126453.

HSL color Cylindrical-coordinate representation of color #35394E: 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 #35394E is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 57 78 -
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.31 4.23 7.8 -
YUV 58.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 53 57 78 0.32 0.27 0 0.69 230.4 0.19 0.26
Hex 35 39 4E 20 1B 0 45 E6 13 1A
Octal 65 71 116 40 33 0 105 346 23 32
Binary 110101 111001 1001110 100000 11011 0 1000101 11100110 10011 11010

Color Harmonies of #35394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35394E

Black with #35394E

Text Example


Text Example

White with #35394E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35394E; }

 p { color: rgb(53,57,78); }

 H1.HeaderClassName
 {
   color: #35394E;
 }
 .AnyTagClassName
 {
   color: #35394E;
 }
</style>

background-color css

<style>
 a { background-color: #35394E; }

 a { background-color: rgb(53,57,78); }

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

border-color css

<style>
 span { border-color: #35394E; }

 span { border-color: rgb(53,57,78); }

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