Html Css Color HEX #374253 Cloud Burst

📋 copy color: '#374253'

red 55 ◦ green 66 ◦ blue 83

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

Shades of Cloud Burst #374253

Tints of Cloud Burst #374253

RGB

 RED value IS 55 (21.88% from 255) = 26.96%

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 26.96%
G = 32.35%
B = 40.69%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374253 (or 0x374253) is known color: Cloud Burst. HEX triplet: 37, 42 and 53. RGB value is (55,66,83). Sum of RGB (Red+Green+Blue) = 55+66+83=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #374253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374253 is #C8BDAC. Grayscale: #404040. Windows color (decimal): -13155757 or 5456439. OLE color: 5456439.

HSL color Cylindrical-coordinate representation of color #374253: hue angle of 216.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #374253 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 66 83 -
CMYK 0.34 0.20 0 0.67
HSL 216.43º 0.2% 0.27% -
HSV(B) 216.43º 0.34% 0.33% -
XYZ 5.09 5.33 8.95 -
YUV 64.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 55 66 83 0.34 0.20 0 0.67 216.43 0.2 0.27
Hex 37 42 53 22 14 0 43 D8 14 1B
Octal 67 102 123 42 24 0 103 330 24 33
Binary 110111 1000010 1010011 100010 10100 0 1000011 11011000 10100 11011

Color Harmonies of #374253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374253

Black with #374253

Text Example


Text Example

White with #374253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374253; }

 p { color: rgb(55,66,83); }

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

background-color css

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

 a { background-color: rgb(55,66,83); }

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

border-color css

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

 span { border-color: rgb(55,66,83); }

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