Html Css Color HEX #39668A Astral

📋 copy color: '#39668A'

red 57 ◦ green 102 ◦ blue 138

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

Shades of Astral #39668A

Tints of Astral #39668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 19.19%
G = 34.34%
B = 46.46%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#39668A (or 0x39668A) is known color: Astral. HEX triplet: 39, 66 and 8A. RGB value is (57,102,138). Sum of RGB (Red+Green+Blue) = 57+102+138=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #39668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39668A is #C69975. Grayscale: #5C5C5C. Windows color (decimal): -13015414 or 9070137. OLE color: 9070137.

HSL color Cylindrical-coordinate representation of color #39668A: hue angle of 206.67º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39668A is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 102 138 -
CMYK 0.59 0.26 0 0.46
HSL 206.67º 0.42% 0.38% -
HSV(B) 206.67º 0.59% 0.54% -
XYZ 11.03 12.21 25.82 -
YUV 92.65 153.59 102.57 -
System Red Green Blue C M Y K H S L
Decimal 57 102 138 0.59 0.26 0 0.46 206.67 0.42 0.38
Hex 39 66 8A 3B 1A 0 2E CF 2A 26
Octal 71 146 212 73 32 0 56 317 52 46
Binary 111001 1100110 10001010 111011 11010 0 101110 11001111 101010 100110

Color Harmonies of #39668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39668A

Black with #39668A

Text Example


Text Example

White with #39668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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