Html Css Color HEX #383D4A Cloud Burst

📋 copy color: '#383D4A'

red 56 ◦ green 61 ◦ blue 74

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

Shades of Cloud Burst #383D4A

Tints of Cloud Burst #383D4A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.94%

 BLUE value IS 74 (29.3% from 255) = 38.74%

R = 29.32%
G = 31.94%
B = 38.74%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383D4A (or 0x383D4A) is known color: Cloud Burst. HEX triplet: 38, 3D and 4A. RGB value is (56,61,74). Sum of RGB (Red+Green+Blue) = 56+61+74=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #383D4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D4A is #C7C2B5. Grayscale: #3C3C3C. Windows color (decimal): -13091510 or 4865336. OLE color: 4865336.

HSL color Cylindrical-coordinate representation of color #383D4A: hue angle of 223.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #383D4A is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 61 74 -
CMYK 0.24 0.18 0 0.71
HSL 223.33º 0.14% 0.25% -
HSV(B) 223.33º 0.24% 0.29% -
XYZ 4.54 4.67 7.14 -
YUV 60.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 56 61 74 0.24 0.18 0 0.71 223.33 0.14 0.25
Hex 38 3D 4A 18 12 0 47 DF E 19
Octal 70 75 112 30 22 0 107 337 16 31
Binary 111000 111101 1001010 11000 10010 0 1000111 11011111 1110 11001

Color Harmonies of #383D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383D4A

Black with #383D4A

Text Example


Text Example

White with #383D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383D4A; }

 p { color: rgb(56,61,74); }

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

background-color css

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

 a { background-color: rgb(56,61,74); }

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

border-color css

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

 span { border-color: rgb(56,61,74); }

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