Html Css Color HEX #38A7BC Pelorous

📋 copy color: '#38A7BC'

red 56 ◦ green 167 ◦ blue 188

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

Shades of Pelorous #38A7BC

Tints of Pelorous #38A7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 13.63%
G = 40.63%
B = 45.74%

CMYK

 C value IS 0.70

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#38A7BC (or 0x38A7BC) is known color: Pelorous. HEX triplet: 38, A7 and BC. RGB value is (56,167,188). Sum of RGB (Red+Green+Blue) = 56+167+188=411 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.63% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #38A7BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A7BC is #C75843. Grayscale: #888888. Windows color (decimal): -13064260 or 12363576. OLE color: 12363576.

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

Color convert

RGB 56 167 188 -
CMYK 0.70 0.11 0 0.26
HSL 189.55º 0.54% 0.48% -
HSV(B) 189.55º 0.7% 0.74% -
XYZ 24.53 32.11 52.48 -
YUV 136.21 157.23 70.79 -
System Red Green Blue C M Y K H S L
Decimal 56 167 188 0.70 0.11 0 0.26 189.55 0.54 0.48
Hex 38 A7 BC 46 B 0 1A BE 36 30
Octal 70 247 274 106 13 0 32 276 66 60
Binary 111000 10100111 10111100 1000110 1011 0 11010 10111110 110110 110000

Color Harmonies of #38A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A7BC

Black with #38A7BC

Text Example


Text Example

White with #38A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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