#259BBA

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

Shades of Pelorous #259BBA

Tints of Pelorous #259BBA

Color information

#259BBA (or 0x259BBA) is unknown color: approx Pelorous. HEX triplet: 25, 9B and BA. RGB value is (37,155,186). Sum of RGB (Red+Green+Blue) = 37+155+186=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #259BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259BBA is #DA6445. Grayscale: #7B7B7B. Windows color (decimal): -14312518 or 12229413. OLE color: 12229413.

HSL color Cylindrical-coordinate representation of color #259BBA: hue angle of 192.48º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #259BBA is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37155186-
CMYK0.800.1700.27
HSL192.48º66.82%43.73%-
HSV(B)192.48º80.11%72.94%-
XYZ21.3527.3850.61-
YUV123.25163.4166.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.79%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 186 (73.05% from 255) = 49.21%
R=9.79%
G=41.01%
B=49.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal371551860.800.1700.27192.4866.8243.73
Hex259BBA501101Bc0432c
Octal452332721202103330010354
Binary1001011001101110111010101000010001011011110000001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #259BBA; }

 p { color: rgb(37,155,186); }

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

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

 a { background-color: rgb(37,155,186); }

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

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

 span { border-color: rgb(37,155,186); }

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