Html Css Color HEX #383962 Deep Koamaru

📋 copy color: '#383962'

red 56 ◦ green 57 ◦ blue 98

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

Shades of Deep Koamaru #383962

Tints of Deep Koamaru #383962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

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

R = 26.54%
G = 27.01%
B = 46.45%

CMYK

 C value IS 0.43

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#383962 (or 0x383962) is known color: Deep Koamaru. HEX triplet: 38, 39 and 62. RGB value is (56,57,98). Sum of RGB (Red+Green+Blue) = 56+57+98=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #383962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383962 is #C7C69D. Grayscale: #3D3D3D. Windows color (decimal): -13092510 or 6437176. OLE color: 6437176.

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

Color convert

RGB 56 57 98 -
CMYK 0.43 0.42 0 0.62
HSL 238.57º 0.27% 0.3% -
HSV(B) 238.57º 0.43% 0.38% -
XYZ 5.3 4.65 12.17 -
YUV 61.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 56 57 98 0.43 0.42 0 0.62 238.57 0.27 0.3
Hex 38 39 62 2B 2A 0 3E EF 1B 1E
Octal 70 71 142 53 52 0 76 357 33 36
Binary 111000 111001 1100010 101011 101010 0 111110 11101111 11011 11110

Color Harmonies of #383962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383962

Black with #383962

Text Example


Text Example

White with #383962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383962; }

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

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

background-color css

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

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

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

border-color css

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

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

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