#263072

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

Shades of Torea Bay #263072

Tints of Torea Bay #263072

Color information

#263072 (or 0x263072) is unknown color: approx Torea Bay. HEX triplet: 26, 30 and 72. RGB value is (38,48,114). Sum of RGB (Red+Green+Blue) = 38+48+114=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #263072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263072 is #D9CF8D. Grayscale: #343434. Windows color (decimal): -14274446 or 7483430. OLE color: 7483430.

HSL color Cylindrical-coordinate representation of color #263072: hue angle of 232.11º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263072 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3848114-
CMYK0.670.5800.55
HSL232.11º50%29.8%-
HSV(B)232.11º66.67%44.71%-
XYZ4.893.7416.38-
YUV52.53162.69117.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 114 (44.92% from 255) = 57%
R=19%
G=24%
B=57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38481140.670.5800.55232.115029.8
Hex263072433A037e8321e
Octal4660162103720673506236
Binary1001101100001110010100001111101001101111110100011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263072; }

 p { color: rgb(38,48,114); }

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

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

 a { background-color: rgb(38,48,114); }

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

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

 span { border-color: rgb(38,48,114); }

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