Html Css Color HEX #39668B Astral

📋 copy color: '#39668B'

red 57 ◦ green 102 ◦ blue 139

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

Shades of Astral #39668B

Tints of Astral #39668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.23%

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

R = 19.13%
G = 34.23%
B = 46.64%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39668B (or 0x39668B) is known color: Astral. HEX triplet: 39, 66 and 8B. RGB value is (57,102,139). Sum of RGB (Red+Green+Blue) = 57+102+139=298 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.13% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #39668B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39668B is #C69974. Grayscale: #5C5C5C. Windows color (decimal): -13015413 or 9135673. OLE color: 9135673.

HSL color Cylindrical-coordinate representation of color #39668B: hue angle of 207.07º 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 #39668B is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 102 139 -
CMYK 0.59 0.27 0 0.45
HSL 207.07º 0.42% 0.38% -
HSV(B) 207.07º 0.59% 0.55% -
XYZ 11.1 12.24 26.2 -
YUV 92.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 57 102 139 0.59 0.27 0 0.45 207.07 0.42 0.38
Hex 39 66 8B 3B 1B 0 2D CF 2A 26
Octal 71 146 213 73 33 0 55 317 52 46
Binary 111001 1100110 10001011 111011 11011 0 101101 11001111 101010 100110

Color Harmonies of #39668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39668B

Black with #39668B

Text Example


Text Example

White with #39668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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