Html Css Color HEX #3D6B8B Astral

📋 copy color: '#3D6B8B'

red 61 ◦ green 107 ◦ blue 139

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

Shades of Astral #3D6B8B

Tints of Astral #3D6B8B

RGB

 RED value IS 61 (24.22% from 255) = 19.87%

 GREEN value IS 107 (42.19% from 255) = 34.85%

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

R = 19.87%
G = 34.85%
B = 45.28%

CMYK

 C value IS 0.56

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3D6B8B (or 0x3D6B8B) is known color: Astral. HEX triplet: 3D, 6B and 8B. RGB value is (61,107,139). Sum of RGB (Red+Green+Blue) = 61+107+139=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D6B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6B8B is #C29474. Grayscale: #606060. Windows color (decimal): -12751989 or 9136957. OLE color: 9136957.

HSL color Cylindrical-coordinate representation of color #3D6B8B: hue angle of 204.62º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D6B8B is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 61 107 139 -
CMYK 0.56 0.23 0 0.45
HSL 204.62º 0.39% 0.39% -
HSV(B) 204.62º 0.56% 0.55% -
XYZ 11.84 13.37 26.38 -
YUV 96.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 61 107 139 0.56 0.23 0 0.45 204.62 0.39 0.39
Hex 3D 6B 8B 38 17 0 2D CD 27 27
Octal 75 153 213 70 27 0 55 315 47 47
Binary 111101 1101011 10001011 111000 10111 0 101101 11001101 100111 100111

Color Harmonies of #3D6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6B8B

Black with #3D6B8B

Text Example


Text Example

White with #3D6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,107,139); }

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

background-color css

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

 a { background-color: rgb(61,107,139); }

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

border-color css

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

 span { border-color: rgb(61,107,139); }

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