#38ABB3

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

Shades of Pelorous #38ABB3

Tints of Pelorous #38ABB3

Color information

#38ABB3 (or 0x38ABB3) is unknown color: approx Pelorous. HEX triplet: 38, AB and B3. RGB value is (56,171,179). Sum of RGB (Red+Green+Blue) = 56+171+179=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #38ABB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ABB3 is #C7544C. Grayscale: #898989. Windows color (decimal): -13063245 or 11774776. OLE color: 11774776.

HSL color Cylindrical-coordinate representation of color #38ABB3: hue angle of 183.9º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38ABB3 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB56171179-
CMYK0.690.0400.30
HSL183.9º52.34%46.08%-
HSV(B)183.9º68.72%70.2%-
XYZ24.3333.2247.78-
YUV137.53151.469.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.79%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=13.79%
G=42.12%
B=44.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561711790.690.0400.30183.952.3446.08
Hex38ABB345401Eb8342e
Octal7025326310540362706456
Binary1110001010101110110011100010110001111010111000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38ABB3; }

 p { color: rgb(56,171,179); }

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

<style>
 a { background-color: #38ABB3; }

 a { background-color: rgb(56,171,179); }

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

<style>
 span { border-color: #38ABB3; }

 span { border-color: rgb(56,171,179); }

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