Html Css Color HEX #383273 Deep Koamaru

📋 copy color: '#383273'

red 56 ◦ green 50 ◦ blue 115

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

Shades of Deep Koamaru #383273

Tints of Deep Koamaru #383273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 25.34%
G = 22.62%
B = 52.04%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#383273 (or 0x383273) is known color: Deep Koamaru. HEX triplet: 38, 32 and 73. RGB value is (56,50,115). Sum of RGB (Red+Green+Blue) = 56+50+115=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #383273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383273 is #C7CD8C. Grayscale: #3A3A3A. Windows color (decimal): -13094285 or 7549496. OLE color: 7549496.

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

Color convert

RGB 56 50 115 -
CMYK 0.51 0.57 0 0.55
HSL 245.54º 0.39% 0.32% -
HSV(B) 245.54º 0.57% 0.45% -
XYZ 5.87 4.36 16.75 -
YUV 59.2 159.49 125.71 -
System Red Green Blue C M Y K H S L
Decimal 56 50 115 0.51 0.57 0 0.55 245.54 0.39 0.32
Hex 38 32 73 33 39 0 37 F6 27 20
Octal 70 62 163 63 71 0 67 366 47 40
Binary 111000 110010 1110011 110011 111001 0 110111 11110110 100111 100000

Color Harmonies of #383273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383273

Black with #383273

Text Example


Text Example

White with #383273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383273; }

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

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

background-color css

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

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

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

border-color css

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

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

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