Html Css Color HEX #38A9B3 Pelorous

📋 copy color: '#38A9B3'

red 56 ◦ green 169 ◦ blue 179

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

Shades of Pelorous #38A9B3

Tints of Pelorous #38A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 179 (70.31% from 255) = 44.31%

R = 13.86%
G = 41.83%
B = 44.31%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#38A9B3 (or 0x38A9B3) is known color: Pelorous. HEX triplet: 38, A9 and B3. RGB value is (56,169,179). Sum of RGB (Red+Green+Blue) = 56+169+179=404 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.86% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #38A9B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A9B3 is #C7564C. Grayscale: #888888. Windows color (decimal): -13063757 or 11774264. OLE color: 11774264.

HSL color Cylindrical-coordinate representation of color #38A9B3: hue angle of 184.88º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38A9B3 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 169 179 -
CMYK 0.69 0.06 0 0.30
HSL 184.88º 0.52% 0.46% -
HSV(B) 184.88º 0.69% 0.7% -
XYZ 23.96 32.47 47.65 -
YUV 136.35 152.06 70.69 -
System Red Green Blue C M Y K H S L
Decimal 56 169 179 0.69 0.06 0 0.30 184.88 0.52 0.46
Hex 38 A9 B3 45 6 0 1E B9 34 2E
Octal 70 251 263 105 6 0 36 271 64 56
Binary 111000 10101001 10110011 1000101 110 0 11110 10111001 110100 101110

Color Harmonies of #38A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A9B3

Black with #38A9B3

Text Example


Text Example

White with #38A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,169,179); }

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

background-color css

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

 a { background-color: rgb(56,169,179); }

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

border-color css

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

 span { border-color: rgb(56,169,179); }

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