Html Css Color HEX #39688B Astral

📋 copy color: '#39688B'

red 57 ◦ green 104 ◦ blue 139

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

Shades of Astral #39688B

Tints of Astral #39688B

RGB

 RED value IS 57 (22.66% from 255) = 19%

 GREEN value IS 104 (41.02% from 255) = 34.67%

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

R = 19%
G = 34.67%
B = 46.33%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39688B (or 0x39688B) is known color: Astral. HEX triplet: 39, 68 and 8B. RGB value is (57,104,139). Sum of RGB (Red+Green+Blue) = 57+104+139=300 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #39688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39688B is #C69774. Grayscale: #5D5D5D. Windows color (decimal): -13014901 or 9136185. OLE color: 9136185.

HSL color Cylindrical-coordinate representation of color #39688B: hue angle of 205.61º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39688B is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 104 139 -
CMYK 0.59 0.25 0 0.45
HSL 205.61º 0.42% 0.38% -
HSV(B) 205.61º 0.59% 0.55% -
XYZ 11.3 12.63 26.27 -
YUV 93.94 153.43 101.65 -
System Red Green Blue C M Y K H S L
Decimal 57 104 139 0.59 0.25 0 0.45 205.61 0.42 0.38
Hex 39 68 8B 3B 19 0 2D CE 2A 26
Octal 71 150 213 73 31 0 55 316 52 46
Binary 111001 1101000 10001011 111011 11001 0 101101 11001110 101010 100110

Color Harmonies of #39688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39688B

Black with #39688B

Text Example


Text Example

White with #39688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,104,139); }

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

background-color css

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

 a { background-color: rgb(57,104,139); }

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

border-color css

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

 span { border-color: rgb(57,104,139); }

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