#38A8BB

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

Shades of Pelorous #38A8BB

Tints of Pelorous #38A8BB

Color information

#38A8BB (or 0x38A8BB) is unknown color: approx Pelorous. HEX triplet: 38, A8 and BB. RGB value is (56,168,187). Sum of RGB (Red+Green+Blue) = 56+168+187=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #38A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A8BB is #C75744. Grayscale: #888888. Windows color (decimal): -13064005 or 12298296. OLE color: 12298296.

HSL color Cylindrical-coordinate representation of color #38A8BB: hue angle of 188.7º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38A8BB is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56168187-
CMYK0.700.1000.27
HSL188.7º53.91%47.65%-
HSV(B)188.7º70.05%73.33%-
XYZ24.632.4351.98-
YUV136.68156.3970.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.63%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=13.63%
G=40.88%
B=45.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561681870.700.1000.27188.753.9147.65
Hex38A8BB46A01Bbd3630
Octal70250273106120332756660
Binary11100010101000101110111000110101001101110111101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,168,187); }

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

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

 a { background-color: rgb(56,168,187); }

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

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

 span { border-color: rgb(56,168,187); }

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