#38A4BD

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

Shades of Pelorous #38A4BD

Tints of Pelorous #38A4BD

Color information

#38A4BD (or 0x38A4BD) is unknown color: approx Pelorous. HEX triplet: 38, A4 and BD. RGB value is (56,164,189). Sum of RGB (Red+Green+Blue) = 56+164+189=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #38A4BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4BD is #C75B42. Grayscale: #868686. Windows color (decimal): -13065027 or 12428344. OLE color: 12428344.

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

Color convert

RGB56164189-
CMYK0.700.1300.26
HSL191.28º54.29%48.04%-
HSV(B)191.28º70.37%74.12%-
XYZ24.0931.0752.87-
YUV134.56158.7271.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.69%
GREEN value IS 164 (64.45% from 255) = 40.10%
BLUE value IS 189 (74.22% from 255) = 46.21%
R=13.69%
G=40.10%
B=46.21%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561641890.700.1300.26191.2854.2948.04
Hex38A4BD46D01Abf3630
Octal70244275106150322776660
Binary11100010100100101111011000110110101101010111111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,164,189); }

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

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

 a { background-color: rgb(56,164,189); }

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

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

 span { border-color: rgb(56,164,189); }

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