#2399BA

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

Shades of Pelorous #2399BA

Tints of Pelorous #2399BA

Color information

#2399BA (or 0x2399BA) is unknown color: approx Pelorous. HEX triplet: 23, 99 and BA. RGB value is (35,153,186). Sum of RGB (Red+Green+Blue) = 35+153+186=374 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.36% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #2399BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2399BA is #DC6645. Grayscale: #797979. Windows color (decimal): -14444102 or 12228899. OLE color: 12228899.

HSL color Cylindrical-coordinate representation of color #2399BA: hue angle of 193.11º 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 #2399BA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB35153186-
CMYK0.810.1800.27
HSL193.11º68.33%43.33%-
HSV(B)193.11º81.18%72.94%-
XYZ20.9526.6850.5-
YUV121.48164.4166.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.36%
GREEN value IS 153 (60.16% from 255) = 40.91%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=9.36%
G=40.91%
B=49.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351531860.810.1800.27193.1168.3343.33
Hex2399BA511201Bc1442b
Octal432312721212203330110453
Binary1000111001100110111010101000110010011011110000011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2399BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2399BA; }

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

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

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

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

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

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

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

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