Html Css Color HEX #383969 Deep Koamaru

📋 copy color: '#383969'

red 56 ◦ green 57 ◦ blue 105

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

Shades of Deep Koamaru #383969

Tints of Deep Koamaru #383969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 25.69%
G = 26.15%
B = 48.17%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383969 (or 0x383969) is known color: Deep Koamaru. HEX triplet: 38, 39 and 69. RGB value is (56,57,105). Sum of RGB (Red+Green+Blue) = 56+57+105=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #383969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383969 is #C7C696. Grayscale: #3D3D3D. Windows color (decimal): -13092503 or 6895928. OLE color: 6895928.

HSL color Cylindrical-coordinate representation of color #383969: hue angle of 238.78º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383969 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 57 105 -
CMYK 0.47 0.46 0 0.59
HSL 238.78º 0.3% 0.32% -
HSV(B) 238.78º 0.47% 0.41% -
XYZ 5.64 4.79 13.99 -
YUV 62.17 152.17 123.6 -
System Red Green Blue C M Y K H S L
Decimal 56 57 105 0.47 0.46 0 0.59 238.78 0.3 0.32
Hex 38 39 69 2F 2E 0 3B EF 1E 20
Octal 70 71 151 57 56 0 73 357 36 40
Binary 111000 111001 1101001 101111 101110 0 111011 11101111 11110 100000

Color Harmonies of #383969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383969

Black with #383969

Text Example


Text Example

White with #383969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383969; }

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

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

background-color css

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

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

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

border-color css

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

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

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