#239FBA

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

Shades of Pelorous #239FBA

Tints of Pelorous #239FBA

Color information

#239FBA (or 0x239FBA) is unknown color: approx Pelorous. HEX triplet: 23, 9F and BA. RGB value is (35,159,186). Sum of RGB (Red+Green+Blue) = 35+159+186=380 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.21% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #239FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FBA is #DC6045. Grayscale: #7C7C7C. Windows color (decimal): -14442566 or 12230435. OLE color: 12230435.

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

Color convert

RGB35159186-
CMYK0.810.1500.27
HSL190.73º68.33%43.33%-
HSV(B)190.73º81.18%72.94%-
XYZ21.9528.750.84-
YUV125162.4263.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.21%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=9.21%
G=41.84%
B=48.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351591860.810.1500.27190.7368.3343.33
Hex239FBA51F01Bbf442b
Octal432372721211703327710453
Binary100011100111111011101010100011111011011101111111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #239FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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