#2D2E67

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

Shades of Deep Koamaru #2D2E67

Tints of Deep Koamaru #2D2E67

Color information

#2D2E67 (or 0x2D2E67) is unknown color: approx Deep Koamaru. HEX triplet: 2D, 2E and 67. RGB value is (45,46,103). Sum of RGB (Red+Green+Blue) = 45+46+103=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 103 (40.62% from 255 or 53.09% from 194); Max value from RGB is 103 - color contains mainly: blue. Hex color #2D2E67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2E67 is #D2D198. Grayscale: #333333. Windows color (decimal): -13816217 or 6762029. OLE color: 6762029.

HSL color Cylindrical-coordinate representation of color #2D2E67: hue angle of 238.97º 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 #2D2E67 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4546103-
CMYK0.560.5500.60
HSL238.97º39.19%29.02%-
HSV(B)238.97º56.31%40.39%-
XYZ4.513.4913.27-
YUV52.2156.67122.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.20%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 103 (40.62% from 255) = 53.09%
R=23.20%
G=23.71%
B=53.09%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45461030.560.5500.60238.9739.1929.02
Hex2D2E67383703Cef271d
Octal555614770670743574735
Binary101101101110110011111100011011101111001110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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