Html Css Color HEX #383272 Deep Koamaru

📋 copy color: '#383272'

red 56 ◦ green 50 ◦ blue 114

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

Shades of Deep Koamaru #383272

Tints of Deep Koamaru #383272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 25.45%
G = 22.73%
B = 51.82%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383272 (or 0x383272) is known color: Deep Koamaru. HEX triplet: 38, 32 and 72. RGB value is (56,50,114). Sum of RGB (Red+Green+Blue) = 56+50+114=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #383272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383272 is #C7CD8D. Grayscale: #3A3A3A. Windows color (decimal): -13094286 or 7483960. OLE color: 7483960.

HSL color Cylindrical-coordinate representation of color #383272: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383272 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 50 114 -
CMYK 0.51 0.56 0 0.55
HSL 245.63º 0.39% 0.32% -
HSV(B) 245.63º 0.56% 0.45% -
XYZ 5.81 4.34 16.45 -
YUV 59.09 158.99 125.8 -
System Red Green Blue C M Y K H S L
Decimal 56 50 114 0.51 0.56 0 0.55 245.63 0.39 0.32
Hex 38 32 72 33 38 0 37 F6 27 20
Octal 70 62 162 63 70 0 67 366 47 40
Binary 111000 110010 1110010 110011 111000 0 110111 11110110 100111 100000

Color Harmonies of #383272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383272

Black with #383272

Text Example


Text Example

White with #383272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383272; }

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

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

background-color css

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

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

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

border-color css

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

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

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