Html Css Color HEX #383462 Deep Koamaru

📋 copy color: '#383462'

red 56 ◦ green 52 ◦ blue 98

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

Shades of Deep Koamaru #383462

Tints of Deep Koamaru #383462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 98 (38.67% from 255) = 47.57%

R = 27.18%
G = 25.24%
B = 47.57%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383462 (or 0x383462) is known color: Deep Koamaru. HEX triplet: 38, 34 and 62. RGB value is (56,52,98). Sum of RGB (Red+Green+Blue) = 56+52+98=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #383462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383462 is #C7CB9D. Grayscale: #3A3A3A. Windows color (decimal): -13093790 or 6435896. OLE color: 6435896.

HSL color Cylindrical-coordinate representation of color #383462: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383462 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 52 98 -
CMYK 0.43 0.47 0 0.62
HSL 245.22º 0.31% 0.29% -
HSV(B) 245.22º 0.47% 0.38% -
XYZ 5.06 4.18 12.09 -
YUV 58.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 56 52 98 0.43 0.47 0 0.62 245.22 0.31 0.29
Hex 38 34 62 2B 2F 0 3E F5 1F 1D
Octal 70 64 142 53 57 0 76 365 37 35
Binary 111000 110100 1100010 101011 101111 0 111110 11110101 11111 11101

Color Harmonies of #383462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383462

Black with #383462

Text Example


Text Example

White with #383462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383462; }

 p { color: rgb(56,52,98); }

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

background-color css

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

 a { background-color: rgb(56,52,98); }

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

border-color css

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

 span { border-color: rgb(56,52,98); }

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