Html Css Color HEX #38414D Cloud Burst

📋 copy color: '#38414D'

red 56 ◦ green 65 ◦ blue 77

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

Shades of Cloud Burst #38414D

Tints of Cloud Burst #38414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 28.28%
G = 32.83%
B = 38.89%

CMYK

 C value IS 0.27

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#38414D (or 0x38414D) is known color: Cloud Burst. HEX triplet: 38, 41 and 4D. RGB value is (56,65,77). Sum of RGB (Red+Green+Blue) = 56+65+77=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 77 - color contains mainly: blue. Hex color #38414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38414D is #C7BEB2. Grayscale: #3F3F3F. Windows color (decimal): -13090483 or 5062968. OLE color: 5062968.

HSL color Cylindrical-coordinate representation of color #38414D: hue angle of 214.29º 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 #38414D is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 65 77 -
CMYK 0.27 0.16 0 0.70
HSL 214.29º 0.16% 0.26% -
HSV(B) 214.29º 0.27% 0.3% -
XYZ 4.86 5.16 7.76 -
YUV 63.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 56 65 77 0.27 0.16 0 0.70 214.29 0.16 0.26
Hex 38 41 4D 1B 10 0 46 D6 10 1A
Octal 70 101 115 33 20 0 106 326 20 32
Binary 111000 1000001 1001101 11011 10000 0 1000110 11010110 10000 11010

Color Harmonies of #38414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38414D

Black with #38414D

Text Example


Text Example

White with #38414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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