#262D62

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

Shades of Deep Koamaru #262D62

Tints of Deep Koamaru #262D62

Color information

#262D62 (or 0x262D62) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2D and 62. RGB value is (38,45,98). Sum of RGB (Red+Green+Blue) = 38+45+98=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #262D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262D62 is #D9D29D. Grayscale: #303030. Windows color (decimal): -14275230 or 6434086. OLE color: 6434086.

HSL color Cylindrical-coordinate representation of color #262D62: hue angle of 233º 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 #262D62 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB384598-
CMYK0.610.5400.62
HSL233º44.12%26.67%-
HSV(B)233º61.22%38.43%-
XYZ3.943.1711.96-
YUV48.95155.68120.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.99%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 98 (38.67% from 255) = 54.14%
R=20.99%
G=24.86%
B=54.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3845980.610.5400.6223344.1226.67
Hex262D623D3603Ee92c1b
Octal465514275660763515433
Binary100110101101110001011110111011001111101110100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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