Html Css Color HEX #28326B Deep Koamaru

📋 copy color: '#28326B'

red 40 ◦ green 50 ◦ blue 107

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

Shades of Deep Koamaru #28326B

Tints of Deep Koamaru #28326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 54.31%

R = 20.3%
G = 25.38%
B = 54.31%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#28326B (or 0x28326B) is known color: Deep Koamaru. HEX triplet: 28, 32 and 6B. RGB value is (40,50,107). Sum of RGB (Red+Green+Blue) = 40+50+107=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #28326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28326B is #D7CD94. Grayscale: #353535. Windows color (decimal): -14142869 or 7025192. OLE color: 7025192.

HSL color Cylindrical-coordinate representation of color #28326B: hue angle of 231.04º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28326B is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 50 107 -
CMYK 0.63 0.53 0 0.58
HSL 231.04º 0.46% 0.29% -
HSV(B) 231.04º 0.63% 0.42% -
XYZ 4.67 3.79 14.4 -
YUV 53.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 40 50 107 0.63 0.53 0 0.58 231.04 0.46 0.29
Hex 28 32 6B 3F 35 0 3A E7 2E 1D
Octal 50 62 153 77 65 0 72 347 56 35
Binary 101000 110010 1101011 111111 110101 0 111010 11100111 101110 11101

Color Harmonies of #28326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28326B

Black with #28326B

Text Example


Text Example

White with #28326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28326B; }

 p { color: rgb(40,50,107); }

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

background-color css

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

 a { background-color: rgb(40,50,107); }

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

border-color css

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

 span { border-color: rgb(40,50,107); }

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