Html Css Color HEX #383F4A Cloud Burst

📋 copy color: '#383F4A'

red 56 ◦ green 63 ◦ blue 74

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

Shades of Cloud Burst #383F4A

Tints of Cloud Burst #383F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 32.64%

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

R = 29.02%
G = 32.64%
B = 38.34%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383F4A (or 0x383F4A) is known color: Cloud Burst. HEX triplet: 38, 3F and 4A. RGB value is (56,63,74). Sum of RGB (Red+Green+Blue) = 56+63+74=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #383F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F4A is #C7C0B5. Grayscale: #3E3E3E. Windows color (decimal): -13090998 or 4865848. OLE color: 4865848.

HSL color Cylindrical-coordinate representation of color #383F4A: hue angle of 216.67º 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 #383F4A is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 63 74 -
CMYK 0.24 0.15 0 0.71
HSL 216.67º 0.14% 0.25% -
HSV(B) 216.67º 0.24% 0.29% -
XYZ 4.64 4.89 7.18 -
YUV 62.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 56 63 74 0.24 0.15 0 0.71 216.67 0.14 0.25
Hex 38 3F 4A 18 F 0 47 D9 E 19
Octal 70 77 112 30 17 0 107 331 16 31
Binary 111000 111111 1001010 11000 1111 0 1000111 11011001 1110 11001

Color Harmonies of #383F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F4A

Black with #383F4A

Text Example


Text Example

White with #383F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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