#238FBA

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

Shades of Pelorous #238FBA

Tints of Pelorous #238FBA

Color information

#238FBA (or 0x238FBA) is unknown color: approx Pelorous. HEX triplet: 23, 8F and BA. RGB value is (35,143,186). Sum of RGB (Red+Green+Blue) = 35+143+186=364 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.62% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #238FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238FBA is #DC7045. Grayscale: #737373. Windows color (decimal): -14446662 or 12226339. OLE color: 12226339.

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

Color convert

RGB35143186-
CMYK0.810.2300.27
HSL197.09º68.33%43.33%-
HSV(B)197.09º81.18%72.94%-
XYZ19.3823.5549.98-
YUV115.61167.7270.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.62%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=9.62%
G=39.29%
B=51.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351431860.810.2300.27197.0968.3343.33
Hex238FBA511701Bc5442b
Octal432172721212703330510453
Binary1000111000111110111010101000110111011011110001011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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