#239ABA

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

Shades of Pelorous #239ABA

Tints of Pelorous #239ABA

Color information

#239ABA (or 0x239ABA) is unknown color: approx Pelorous. HEX triplet: 23, 9A and BA. RGB value is (35,154,186). Sum of RGB (Red+Green+Blue) = 35+154+186=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #239ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239ABA is #DC6545. Grayscale: #797979. Windows color (decimal): -14443846 or 12229155. OLE color: 12229155.

HSL color Cylindrical-coordinate representation of color #239ABA: hue angle of 192.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239ABA is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35154186-
CMYK0.810.1700.27
HSL192.72º68.33%43.33%-
HSV(B)192.72º81.18%72.94%-
XYZ21.1127.0150.56-
YUV122.07164.0865.9-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.33%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=9.33%
G=41.07%
B=49.6%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351541860.810.1700.27192.7268.3343.33
Hex239ABA511101Bc1442b
Octal432322721212103330110453
Binary1000111001101010111010101000110001011011110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #239ABA; }

 p { color: rgb(35,154,186); }

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

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

 a { background-color: rgb(35,154,186); }

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

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

 span { border-color: rgb(35,154,186); }

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