Html Css Color HEX #383E4B Cloud Burst

📋 copy color: '#383E4B'

red 56 ◦ green 62 ◦ blue 75

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

Shades of Cloud Burst #383E4B

Tints of Cloud Burst #383E4B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.12%

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 29.02%
G = 32.12%
B = 38.86%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#383E4B (or 0x383E4B) is known color: Cloud Burst. HEX triplet: 38, 3E and 4B. RGB value is (56,62,75). Sum of RGB (Red+Green+Blue) = 56+62+75=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 62 (24.61% from 255 or 32.12% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #383E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383E4B is #C7C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13091253 or 4931128. OLE color: 4931128.

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

Color convert

RGB 56 62 75 -
CMYK 0.25 0.17 0 0.71
HSL 221.05º 0.15% 0.26% -
HSV(B) 221.05º 0.25% 0.29% -
XYZ 4.62 4.79 7.34 -
YUV 61.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 56 62 75 0.25 0.17 0 0.71 221.05 0.15 0.26
Hex 38 3E 4B 19 11 0 47 DD F 1A
Octal 70 76 113 31 21 0 107 335 17 32
Binary 111000 111110 1001011 11001 10001 0 1000111 11011101 1111 11010

Color Harmonies of #383E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383E4B

Black with #383E4B

Text Example


Text Example

White with #383E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,62,75); }

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

background-color css

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

 a { background-color: rgb(56,62,75); }

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

border-color css

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

 span { border-color: rgb(56,62,75); }

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