Html Css Color HEX #3B668A Astral

📋 copy color: '#3B668A'

red 59 ◦ green 102 ◦ blue 138

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

Shades of Astral #3B668A

Tints of Astral #3B668A

RGB

 RED value IS 59 (23.44% from 255) = 19.73%

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

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

R = 19.73%
G = 34.11%
B = 46.15%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3B668A (or 0x3B668A) is known color: Astral. HEX triplet: 3B, 66 and 8A. RGB value is (59,102,138). Sum of RGB (Red+Green+Blue) = 59+102+138=299 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.73% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B668A is #C49975. Grayscale: #5D5D5D. Windows color (decimal): -12884342 or 9070139. OLE color: 9070139.

HSL color Cylindrical-coordinate representation of color #3B668A: hue angle of 207.34º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B668A is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 59 102 138 -
CMYK 0.57 0.26 0 0.46
HSL 207.34º 0.4% 0.39% -
HSV(B) 207.34º 0.57% 0.54% -
XYZ 11.14 12.27 25.83 -
YUV 93.25 153.25 103.57 -
System Red Green Blue C M Y K H S L
Decimal 59 102 138 0.57 0.26 0 0.46 207.34 0.4 0.39
Hex 3B 66 8A 39 1A 0 2E CF 28 27
Octal 73 146 212 71 32 0 56 317 50 47
Binary 111011 1100110 10001010 111001 11010 0 101110 11001111 101000 100111

Color Harmonies of #3B668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B668A

Black with #3B668A

Text Example


Text Example

White with #3B668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B668A; }

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

 H1.HeaderClassName
 {
   color: #3B668A;
 }
 .AnyTagClassName
 {
   color: #3B668A;
 }
</style>

background-color css

<style>
 a { background-color: #3B668A; }

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

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

border-color css

<style>
 span { border-color: #3B668A; }

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

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