#2D3367

Color #2D3367 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #2D3367

Tints of Deep Koamaru #2D3367

Color information

#2D3367 (or 0x2D3367) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 33 and 67. RGB value is (45,51,103). Sum of RGB (Red+Green+Blue) = 45+51+103=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D3367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3367 is #D2CC98. Grayscale: #363636. Windows color (decimal): -13814937 or 6763309. OLE color: 6763309.

HSL color Cylindrical-coordinate representation of color #2D3367: hue angle of 233.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D3367 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4551103-
CMYK0.560.5000.60
HSL233.79º39.19%29.02%-
HSV(B)233.79º56.31%40.39%-
XYZ4.713.913.34-
YUV55.13155.01120.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 22.61%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=22.61%
G=25.63%
B=51.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45511030.560.5000.60233.7939.1929.02
Hex2D3367383203Cea271d
Octal556314770620743524735
Binary101101110011110011111100011001001111001110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D3367; }

 p { color: rgb(45,51,103); }

 H1.HeaderClassName
 {
   color: #2D3367;
 }
 .AnyTagClassName
 {
   color: #2D3367;
 }
</style>
background-color css

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

 a { background-color: rgb(45,51,103); }

 div.DivClassName
 {
   background-color: #2D3367;
 }
 .BgClassName
 {
   background-color: #2D3367;
 }
</style>
border-color css

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

 span { border-color: rgb(45,51,103); }

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