Html Css Color HEX #38A0BC Pelorous

📋 copy color: '#38A0BC'

red 56 ◦ green 160 ◦ blue 188

#38A0BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #38A0BC

Tints of Pelorous #38A0BC

RGB

 RED value IS 56 (22.27% from 255) = 13.86%

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 13.86%
G = 39.6%
B = 46.53%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#38A0BC (or 0x38A0BC) is known color: Pelorous. HEX triplet: 38, A0 and BC. RGB value is (56,160,188). Sum of RGB (Red+Green+Blue) = 56+160+188=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #38A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A0BC is #C75F43. Grayscale: #838383. Windows color (decimal): -13066052 or 12361784. OLE color: 12361784.

HSL color Cylindrical-coordinate representation of color #38A0BC: hue angle of 192.73º 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 #38A0BC is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 160 188 -
CMYK 0.70 0.15 0 0.26
HSL 192.73º 0.54% 0.48% -
HSV(B) 192.73º 0.7% 0.74% -
XYZ 23.28 29.61 52.07 -
YUV 132.1 159.54 73.72 -
System Red Green Blue C M Y K H S L
Decimal 56 160 188 0.70 0.15 0 0.26 192.73 0.54 0.48
Hex 38 A0 BC 46 F 0 1A C1 36 30
Octal 70 240 274 106 17 0 32 301 66 60
Binary 111000 10100000 10111100 1000110 1111 0 11010 11000001 110110 110000

Color Harmonies of #38A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A0BC

Black with #38A0BC

Text Example


Text Example

White with #38A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,160,188); }

 H1.HeaderClassName
 {
   color: #38A0BC;
 }
 .AnyTagClassName
 {
   color: #38A0BC;
 }
</style>

background-color css

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

 a { background-color: rgb(56,160,188); }

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

border-color css

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

 span { border-color: rgb(56,160,188); }

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