#262B62

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

Shades of Deep Koamaru #262B62

Tints of Deep Koamaru #262B62

Color information

#262B62 (or 0x262B62) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2B and 62. RGB value is (38,43,98). Sum of RGB (Red+Green+Blue) = 38+43+98=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #262B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262B62 is #D9D49D. Grayscale: #2F2F2F. Windows color (decimal): -14275742 or 6433574. OLE color: 6433574.

HSL color Cylindrical-coordinate representation of color #262B62: hue angle of 235º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #262B62 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384398-
CMYK0.610.5600.62
HSL235º44.12%26.67%-
HSV(B)235º61.22%38.43%-
XYZ3.873.0211.93-
YUV47.78156.34121.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 43 (17.19% from 255) = 24.02%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=21.23%
G=24.02%
B=54.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3843980.610.5600.6223544.1226.67
Hex262B623D3803Eeb2c1b
Octal465314275700763535433
Binary100110101011110001011110111100001111101110101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262B62; }

 p { color: rgb(38,43,98); }

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

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

 a { background-color: rgb(38,43,98); }

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

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

 span { border-color: rgb(38,43,98); }

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