#238ABB

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

Shades of Pelorous #238ABB

Tints of Pelorous #238ABB

Color information

#238ABB (or 0x238ABB) is unknown color: approx Pelorous. HEX triplet: 23, 8A and BB. RGB value is (35,138,187). Sum of RGB (Red+Green+Blue) = 35+138+187=360 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.72% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #238ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #238ABB is #DC7544. Grayscale: #707070. Windows color (decimal): -14447941 or 12290595. OLE color: 12290595.

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

Color convert

RGB35138187-
CMYK0.810.2600.27
HSL199.34º68.47%43.53%-
HSV(B)199.34º81.28%73.33%-
XYZ18.7522.1250.3-
YUV112.79169.8872.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.72%
GREEN value IS 138 (54.30% from 255) = 38.33%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=9.72%
G=38.33%
B=51.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal351381870.810.2600.27199.3468.4743.53
Hex238ABB511A01Bc7442c
Octal432122731213203330710454
Binary1000111000101010111011101000111010011011110001111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,138,187); }

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

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

 a { background-color: rgb(35,138,187); }

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

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

 span { border-color: rgb(35,138,187); }

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