Html Css Color HEX #38A5AE Pelorous

📋 copy color: '#38A5AE'

red 56 ◦ green 165 ◦ blue 174

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

Shades of Pelorous #38A5AE

Tints of Pelorous #38A5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 14.18%
G = 41.77%
B = 44.05%

CMYK

 C value IS 0.68

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#38A5AE (or 0x38A5AE) is known color: Pelorous. HEX triplet: 38, A5 and AE. RGB value is (56,165,174). Sum of RGB (Red+Green+Blue) = 56+165+174=395 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.18% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #38A5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A5AE is #C75A51. Grayscale: #858585. Windows color (decimal): -13064786 or 11445560. OLE color: 11445560.

HSL color Cylindrical-coordinate representation of color #38A5AE: hue angle of 184.58º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38A5AE is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 165 174 -
CMYK 0.68 0.05 0 0.32
HSL 184.58º 0.51% 0.45% -
HSV(B) 184.58º 0.68% 0.68% -
XYZ 22.73 30.81 44.79 -
YUV 133.44 150.89 72.77 -
System Red Green Blue C M Y K H S L
Decimal 56 165 174 0.68 0.05 0 0.32 184.58 0.51 0.45
Hex 38 A5 AE 44 5 0 20 B9 33 2D
Octal 70 245 256 104 5 0 40 271 63 55
Binary 111000 10100101 10101110 1000100 101 0 100000 10111001 110011 101101

Color Harmonies of #38A5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A5AE

Black with #38A5AE

Text Example


Text Example

White with #38A5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,165,174); }

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

background-color css

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

 a { background-color: rgb(56,165,174); }

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

border-color css

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

 span { border-color: rgb(56,165,174); }

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