Html Css Color HEX #383569 Deep Koamaru

📋 copy color: '#383569'

red 56 ◦ green 53 ◦ blue 105

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

Shades of Deep Koamaru #383569

Tints of Deep Koamaru #383569

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

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

R = 26.17%
G = 24.77%
B = 49.07%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#383569 (or 0x383569) is known color: Deep Koamaru. HEX triplet: 38, 35 and 69. RGB value is (56,53,105). Sum of RGB (Red+Green+Blue) = 56+53+105=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #383569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383569 is #C7CA96. Grayscale: #3B3B3B. Windows color (decimal): -13093527 or 6894904. OLE color: 6894904.

HSL color Cylindrical-coordinate representation of color #383569: hue angle of 243.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #383569 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 53 105 -
CMYK 0.47 0.50 0 0.59
HSL 243.46º 0.33% 0.31% -
HSV(B) 243.46º 0.5% 0.41% -
XYZ 5.45 4.41 13.93 -
YUV 59.83 153.49 125.27 -
System Red Green Blue C M Y K H S L
Decimal 56 53 105 0.47 0.50 0 0.59 243.46 0.33 0.31
Hex 38 35 69 2F 32 0 3B F3 21 1F
Octal 70 65 151 57 62 0 73 363 41 37
Binary 111000 110101 1101001 101111 110010 0 111011 11110011 100001 11111

Color Harmonies of #383569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383569

Black with #383569

Text Example


Text Example

White with #383569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383569; }

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

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

background-color css

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

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

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

border-color css

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

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

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