Html Css Color HEX #35394F Cloud Burst

📋 copy color: '#35394F'

red 53 ◦ green 57 ◦ blue 79

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

Shades of Cloud Burst #35394F

Tints of Cloud Burst #35394F

RGB

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

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

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

R = 28.04%
G = 30.16%
B = 41.8%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#35394F (or 0x35394F) is known color: Cloud Burst. HEX triplet: 35, 39 and 4F. RGB value is (53,57,79). Sum of RGB (Red+Green+Blue) = 53+57+79=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #35394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35394F is #CAC6B0. Grayscale: #3A3A3A. Windows color (decimal): -13289137 or 5191989. OLE color: 5191989.

HSL color Cylindrical-coordinate representation of color #35394F: hue angle of 230.77º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35394F is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 57 79 -
CMYK 0.33 0.28 0 0.69
HSL 230.77º 0.2% 0.26% -
HSV(B) 230.77º 0.33% 0.31% -
XYZ 4.34 4.25 7.99 -
YUV 58.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 53 57 79 0.33 0.28 0 0.69 230.77 0.2 0.26
Hex 35 39 4F 21 1C 0 45 E7 14 1A
Octal 65 71 117 41 34 0 105 347 24 32
Binary 110101 111001 1001111 100001 11100 0 1000101 11100111 10100 11010

Color Harmonies of #35394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35394F

Black with #35394F

Text Example


Text Example

White with #35394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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