Html Css Color HEX #383277 Deep Koamaru

📋 copy color: '#383277'

red 56 ◦ green 50 ◦ blue 119

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

Shades of Deep Koamaru #383277

Tints of Deep Koamaru #383277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.22%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 24.89%
G = 22.22%
B = 52.89%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#383277 (or 0x383277) is known color: Deep Koamaru. HEX triplet: 38, 32 and 77. RGB value is (56,50,119). Sum of RGB (Red+Green+Blue) = 56+50+119=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #383277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383277 is #C7CD88. Grayscale: #3B3B3B. Windows color (decimal): -13094281 or 7811640. OLE color: 7811640.

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

Color convert

RGB 56 50 119 -
CMYK 0.53 0.58 0 0.53
HSL 245.22º 0.41% 0.33% -
HSV(B) 245.22º 0.58% 0.47% -
XYZ 6.1 4.45 17.99 -
YUV 59.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 56 50 119 0.53 0.58 0 0.53 245.22 0.41 0.33
Hex 38 32 77 35 3A 0 35 F5 29 21
Octal 70 62 167 65 72 0 65 365 51 41
Binary 111000 110010 1110111 110101 111010 0 110101 11110101 101001 100001

Color Harmonies of #383277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383277

Black with #383277

Text Example


Text Example

White with #383277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383277; }

 p { color: rgb(56,50,119); }

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

background-color css

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

 a { background-color: rgb(56,50,119); }

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

border-color css

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

 span { border-color: rgb(56,50,119); }

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