#262F66

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

Shades of Deep Koamaru #262F66

Tints of Deep Koamaru #262F66

Color information

#262F66 (or 0x262F66) is unknown color: approx Deep Koamaru. HEX triplet: 26, 2F and 66. RGB value is (38,47,102). Sum of RGB (Red+Green+Blue) = 38+47+102=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 102 (40.23% from 255 or 54.55% from 187); Max value from RGB is 102 - color contains mainly: blue. Hex color #262F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F66 is #D9D099. Grayscale: #323232. Windows color (decimal): -14274714 or 6696742. OLE color: 6696742.

HSL color Cylindrical-coordinate representation of color #262F66: hue angle of 231.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #262F66 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3847102-
CMYK0.630.5400.6
HSL231.56º45.71%27.45%-
HSV(B)231.56º62.75%40%-
XYZ4.213.413.01-
YUV50.58157.02119.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 102 (40.23% from 255) = 54.55%
R=20.32%
G=25.13%
B=54.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38471020.630.5400.6231.5645.7127.45
Hex262F663F3603Ce82e1b
Octal465714677660743505633
Binary100110101111110011011111111011001111001110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,47,102); }

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

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

 a { background-color: rgb(38,47,102); }

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

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

 span { border-color: rgb(38,47,102); }

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