#259CBB

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

Shades of Pelorous #259CBB

Tints of Pelorous #259CBB

Color information

#259CBB (or 0x259CBB) is unknown color: approx Pelorous. HEX triplet: 25, 9C and BB. RGB value is (37,156,187). Sum of RGB (Red+Green+Blue) = 37+156+187=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #259CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #259CBB is #DA6344. Grayscale: #7B7B7B. Windows color (decimal): -14312261 or 12295205. OLE color: 12295205.

HSL color Cylindrical-coordinate representation of color #259CBB: hue angle of 192.4º 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 #259CBB is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB37156187-
CMYK0.800.1700.27
HSL192.4º66.96%43.92%-
HSV(B)192.4º80.21%73.33%-
XYZ21.6227.7651.23-
YUV123.95163.5865.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 9.74%
GREEN value IS 156 (61.33% from 255) = 41.05%
BLUE value IS 187 (73.44% from 255) = 49.21%
R=9.74%
G=41.05%
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
Decimal371561870.800.1700.27192.466.9643.92
Hex259CBB501101Bc0432c
Octal452342731202103330010354
Binary1001011001110010111011101000010001011011110000001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #259CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,156,187); }

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

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

 a { background-color: rgb(37,156,187); }

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

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

 span { border-color: rgb(37,156,187); }

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