Html Css Color HEX #283063 Deep Koamaru

📋 copy color: '#283063'

red 40 ◦ green 48 ◦ blue 99

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

Shades of Deep Koamaru #283063

Tints of Deep Koamaru #283063

RGB

 RED value IS 40 (16.02% from 255) = 21.39%

 GREEN value IS 48 (19.14% from 255) = 25.67%

 BLUE value IS 99 (39.06% from 255) = 52.94%

R = 21.39%
G = 25.67%
B = 52.94%

CMYK

 C value IS 0.60

 M value IS 0.52

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#283063 (or 0x283063) is known color: Deep Koamaru. HEX triplet: 28, 30 and 63. RGB value is (40,48,99). Sum of RGB (Red+Green+Blue) = 40+48+99=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #283063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283063 is #D7CF9C. Grayscale: #333333. Windows color (decimal): -14143389 or 6500392. OLE color: 6500392.

HSL color Cylindrical-coordinate representation of color #283063: hue angle of 231.86º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283063 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 40 48 99 -
CMYK 0.60 0.52 0 0.61
HSL 231.86º 0.42% 0.27% -
HSV(B) 231.86º 0.6% 0.39% -
XYZ 4.18 3.47 12.25 -
YUV 51.42 154.85 119.85 -
System Red Green Blue C M Y K H S L
Decimal 40 48 99 0.60 0.52 0 0.61 231.86 0.42 0.27
Hex 28 30 63 3C 34 0 3D E8 2A 1B
Octal 50 60 143 74 64 0 75 350 52 33
Binary 101000 110000 1100011 111100 110100 0 111101 11101000 101010 11011

Color Harmonies of #283063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283063

Black with #283063

Text Example


Text Example

White with #283063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283063; }

 p { color: rgb(40,48,99); }

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

background-color css

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

 a { background-color: rgb(40,48,99); }

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

border-color css

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

 span { border-color: rgb(40,48,99); }

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