Html Css Color HEX #383C4A Cloud Burst

📋 copy color: '#383C4A'

red 56 ◦ green 60 ◦ blue 74

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

Shades of Cloud Burst #383C4A

Tints of Cloud Burst #383C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

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

R = 29.47%
G = 31.58%
B = 38.95%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383C4A (or 0x383C4A) is known color: Cloud Burst. HEX triplet: 38, 3C and 4A. RGB value is (56,60,74). Sum of RGB (Red+Green+Blue) = 56+60+74=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #383C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C4A is #C7C3B5. Grayscale: #3C3C3C. Windows color (decimal): -13091766 or 4865080. OLE color: 4865080.

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

Color convert

RGB 56 60 74 -
CMYK 0.24 0.19 0 0.71
HSL 226.67º 0.14% 0.25% -
HSV(B) 226.67º 0.24% 0.29% -
XYZ 4.48 4.57 7.12 -
YUV 60.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 56 60 74 0.24 0.19 0 0.71 226.67 0.14 0.25
Hex 38 3C 4A 18 13 0 47 E3 E 19
Octal 70 74 112 30 23 0 107 343 16 31
Binary 111000 111100 1001010 11000 10011 0 1000111 11100011 1110 11001

Color Harmonies of #383C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C4A

Black with #383C4A

Text Example


Text Example

White with #383C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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