#262F90

Color #262F90 Torea Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torea Bay #262F90

Tints of Torea Bay #262F90

Color information

#262F90 (or 0x262F90) is unknown color: approx Torea Bay. HEX triplet: 26, 2F and 90. RGB value is (38,47,144). Sum of RGB (Red+Green+Blue) = 38+47+144=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #262F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262F90 is #D9D06F. Grayscale: #363636. Windows color (decimal): -14274672 or 9449254. OLE color: 9449254.

HSL color Cylindrical-coordinate representation of color #262F90: hue angle of 234.91º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #262F90 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3847144-
CMYK0.740.6700.44
HSL234.91º58.24%35.69%-
HSV(B)234.91º73.61%56.47%-
XYZ6.854.4626.89-
YUV55.37178.02115.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=16.59%
G=20.52%
B=62.88%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38471440.740.6700.44234.9158.2435.69
Hex262F904A4302Ceb3a24
Octal46572201121030543537244
Binary1001101011111001000010010101000011010110011101011111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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