#2B306F

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

Shades of Deep Koamaru #2B306F

Tints of Deep Koamaru #2B306F

Color information

#2B306F (or 0x2B306F) is unknown color: approx Deep Koamaru. HEX triplet: 2B, 30 and 6F. RGB value is (43,48,111). Sum of RGB (Red+Green+Blue) = 43+48+111=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 111 (43.75% from 255 or 54.95% from 202); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B306F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B306F is #D4CF90. Grayscale: #353535. Windows color (decimal): -13946769 or 7286827. OLE color: 7286827.

HSL color Cylindrical-coordinate representation of color #2B306F: hue angle of 235.59º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B306F is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4348111-
CMYK0.610.5700.56
HSL235.59º44.16%30.2%-
HSV(B)235.59º61.26%43.53%-
XYZ4.923.7815.51-
YUV53.69160.34120.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 111 (43.75% from 255) = 54.95%
R=21.29%
G=23.76%
B=54.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43481110.610.5700.56235.5944.1630.2
Hex2B306F3D39038ec2c1e
Octal536015775710703545436
Binary101011110000110111111110111100101110001110110010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,48,111); }

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

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

 a { background-color: rgb(43,48,111); }

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

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

 span { border-color: rgb(43,48,111); }

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