Html Css Color HEX #38404D Cloud Burst

📋 copy color: '#38404D'

red 56 ◦ green 64 ◦ blue 77

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

Shades of Cloud Burst #38404D

Tints of Cloud Burst #38404D

RGB

 RED value IS 56 (22.27% from 255) = 28.43%

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 28.43%
G = 32.49%
B = 39.09%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38404D (or 0x38404D) is known color: Cloud Burst. HEX triplet: 38, 40 and 4D. RGB value is (56,64,77). Sum of RGB (Red+Green+Blue) = 56+64+77=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #38404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38404D is #C7BFB2. Grayscale: #3F3F3F. Windows color (decimal): -13090739 or 5062712. OLE color: 5062712.

HSL color Cylindrical-coordinate representation of color #38404D: hue angle of 217.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38404D is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 64 77 -
CMYK 0.27 0.17 0 0.70
HSL 217.14º 0.16% 0.26% -
HSV(B) 217.14º 0.27% 0.3% -
XYZ 4.8 5.04 7.74 -
YUV 63.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 56 64 77 0.27 0.17 0 0.70 217.14 0.16 0.26
Hex 38 40 4D 1B 11 0 46 D9 10 1A
Octal 70 100 115 33 21 0 106 331 20 32
Binary 111000 1000000 1001101 11011 10001 0 1000110 11011001 10000 11010

Color Harmonies of #38404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38404D

Black with #38404D

Text Example


Text Example

White with #38404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38404D; }

 p { color: rgb(56,64,77); }

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

background-color css

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

 a { background-color: rgb(56,64,77); }

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

border-color css

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

 span { border-color: rgb(56,64,77); }

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