Html Css Color HEX #38758B Astral

📋 copy color: '#38758B'

red 56 ◦ green 117 ◦ blue 139

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

Shades of Astral #38758B

Tints of Astral #38758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.5%

 BLUE value IS 139 (54.69% from 255) = 44.55%

R = 17.95%
G = 37.5%
B = 44.55%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38758B (or 0x38758B) is known color: Astral. HEX triplet: 38, 75 and 8B. RGB value is (56,117,139). Sum of RGB (Red+Green+Blue) = 56+117+139=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #38758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38758B is #C78A74. Grayscale: #656565. Windows color (decimal): -13077109 or 9139512. OLE color: 9139512.

HSL color Cylindrical-coordinate representation of color #38758B: hue angle of 195.9º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38758B is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 117 139 -
CMYK 0.60 0.16 0 0.45
HSL 195.9º 0.43% 0.38% -
HSV(B) 195.9º 0.6% 0.55% -
XYZ 12.65 15.43 26.74 -
YUV 101.27 149.29 95.71 -
System Red Green Blue C M Y K H S L
Decimal 56 117 139 0.60 0.16 0 0.45 195.9 0.43 0.38
Hex 38 75 8B 3C 10 0 2D C4 2B 26
Octal 70 165 213 74 20 0 55 304 53 46
Binary 111000 1110101 10001011 111100 10000 0 101101 11000100 101011 100110

Color Harmonies of #38758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38758B

Black with #38758B

Text Example


Text Example

White with #38758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38758B; }

 p { color: rgb(56,117,139); }

 H1.HeaderClassName
 {
   color: #38758B;
 }
 .AnyTagClassName
 {
   color: #38758B;
 }
</style>

background-color css

<style>
 a { background-color: #38758B; }

 a { background-color: rgb(56,117,139); }

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

border-color css

<style>
 span { border-color: #38758B; }

 span { border-color: rgb(56,117,139); }

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