#2599AF

Color #2599AF Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2599AF

Tints of Pelorous #2599AF

Color information

#2599AF (or 0x2599AF) is unknown color: approx Pelorous. HEX triplet: 25, 99 and AF. RGB value is (37,153,175). Sum of RGB (Red+Green+Blue) = 37+153+175=365 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.14% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #2599AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2599AF is #DA6650. Grayscale: #787878. Windows color (decimal): -14313041 or 11508005. OLE color: 11508005.

HSL color Cylindrical-coordinate representation of color #2599AF: hue angle of 189.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2599AF is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB37153175-
CMYK0.790.1300.31
HSL189.57º65.09%41.57%-
HSV(B)189.57º78.86%68.63%-
XYZ19.8926.2744.58-
YUV120.82158.5768.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.14%
GREEN value IS 153 (60.16% from 255) = 41.92%
BLUE value IS 175 (68.75% from 255) = 47.95%
R=10.14%
G=41.92%
B=47.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal371531750.790.1300.31189.5765.0941.57
Hex2599AF4FD01Fbe412a
Octal452312571171503727610152
Binary100101100110011010111110011111101011111101111101000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2599AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2599AF; }

 p { color: rgb(37,153,175); }

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

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

 a { background-color: rgb(37,153,175); }

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

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

 span { border-color: rgb(37,153,175); }

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