#262F7D

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

Shades of Torea Bay #262F7D

Tints of Torea Bay #262F7D

Color information

#262F7D (or 0x262F7D) is unknown color: approx Torea Bay. HEX triplet: 26, 2F and 7D. RGB value is (38,47,125). Sum of RGB (Red+Green+Blue) = 38+47+125=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #262F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262F7D is #D9D082. Grayscale: #343434. Windows color (decimal): -14274691 or 8204070. OLE color: 8204070.

HSL color Cylindrical-coordinate representation of color #262F7D: hue angle of 233.79º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #262F7D is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3847125-
CMYK0.700.6200.51
HSL233.79º53.37%31.96%-
HSV(B)233.79º69.6%49.02%-
XYZ5.523.9319.87-
YUV53.2168.52117.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 47 (18.75% from 255) = 22.38%
BLUE value IS 125 (49.22% from 255) = 59.52%
R=18.10%
G=22.38%
B=59.52%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38471250.700.6200.51233.7953.3731.96
Hex262F7D463E033ea3520
Octal4657175106760633526540
Binary10011010111111111011000110111110011001111101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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