Html Css Color HEX #38697C Astral

📋 copy color: '#38697C'

red 56 ◦ green 105 ◦ blue 124

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

Shades of Astral #38697C

Tints of Astral #38697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.84%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 19.65%
G = 36.84%
B = 43.51%

CMYK

 C value IS 0.55

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38697C (or 0x38697C) is known color: Astral. HEX triplet: 38, 69 and 7C. RGB value is (56,105,124). Sum of RGB (Red+Green+Blue) = 56+105+124=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #38697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38697C is #C79683. Grayscale: #5C5C5C. Windows color (decimal): -13080196 or 8153400. OLE color: 8153400.

HSL color Cylindrical-coordinate representation of color #38697C: hue angle of 196.76º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38697C is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 105 124 -
CMYK 0.55 0.15 0 0.51
HSL 196.76º 0.38% 0.35% -
HSV(B) 196.76º 0.55% 0.49% -
XYZ 10.32 12.4 20.92 -
YUV 92.52 145.77 101.96 -
System Red Green Blue C M Y K H S L
Decimal 56 105 124 0.55 0.15 0 0.51 196.76 0.38 0.35
Hex 38 69 7C 37 F 0 33 C5 26 23
Octal 70 151 174 67 17 0 63 305 46 43
Binary 111000 1101001 1111100 110111 1111 0 110011 11000101 100110 100011

Color Harmonies of #38697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38697C

Black with #38697C

Text Example


Text Example

White with #38697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38697C; }

 p { color: rgb(56,105,124); }

 H1.HeaderClassName
 {
   color: #38697C;
 }
 .AnyTagClassName
 {
   color: #38697C;
 }
</style>

background-color css

<style>
 a { background-color: #38697C; }

 a { background-color: rgb(56,105,124); }

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

border-color css

<style>
 span { border-color: #38697C; }

 span { border-color: rgb(56,105,124); }

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