Html Css Color HEX #374255 Cloud Burst

📋 copy color: '#374255'

red 55 ◦ green 66 ◦ blue 85

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

Shades of Cloud Burst #374255

Tints of Cloud Burst #374255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 26.7%
G = 32.04%
B = 41.26%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#374255 (or 0x374255) is known color: Cloud Burst. HEX triplet: 37, 42 and 55. RGB value is (55,66,85). Sum of RGB (Red+Green+Blue) = 55+66+85=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: blue. Hex color #374255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374255 is #C8BDAA. Grayscale: #404040. Windows color (decimal): -13155755 or 5587511. OLE color: 5587511.

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

Color convert

RGB 55 66 85 -
CMYK 0.35 0.22 0 0.67
HSL 218º 0.21% 0.27% -
HSV(B) 218º 0.35% 0.33% -
XYZ 5.16 5.36 9.36 -
YUV 64.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 55 66 85 0.35 0.22 0 0.67 218 0.21 0.27
Hex 37 42 55 23 16 0 43 DA 15 1B
Octal 67 102 125 43 26 0 103 332 25 33
Binary 110111 1000010 1010101 100011 10110 0 1000011 11011010 10101 11011

Color Harmonies of #374255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374255

Black with #374255

Text Example


Text Example

White with #374255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374255; }

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

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

background-color css

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

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

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

border-color css

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

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

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