Html Css Color HEX #3C4B7A Astronaut

📋 copy color: '#3C4B7A'

red 60 ◦ green 75 ◦ blue 122

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

Shades of Astronaut #3C4B7A

Tints of Astronaut #3C4B7A

RGB

 RED value IS 60 (23.83% from 255) = 23.35%

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 122 (48.05% from 255) = 47.47%

R = 23.35%
G = 29.18%
B = 47.47%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3C4B7A (or 0x3C4B7A) is known color: Astronaut. HEX triplet: 3C, 4B and 7A. RGB value is (60,75,122). Sum of RGB (Red+Green+Blue) = 60+75+122=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 122 (48.05% from 255 or 47.47% from 257); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C4B7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4B7A is #C3B485. Grayscale: #4B4B4B. Windows color (decimal): -12825734 or 8014652. OLE color: 8014652.

HSL color Cylindrical-coordinate representation of color #3C4B7A: hue angle of 225.48º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C4B7A is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 60 75 122 -
CMYK 0.51 0.39 0 0.52
HSL 225.48º 0.34% 0.36% -
HSV(B) 225.48º 0.51% 0.48% -
XYZ 7.89 7.4 19.42 -
YUV 75.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 60 75 122 0.51 0.39 0 0.52 225.48 0.34 0.36
Hex 3C 4B 7A 33 27 0 34 E1 22 24
Octal 74 113 172 63 47 0 64 341 42 44
Binary 111100 1001011 1111010 110011 100111 0 110100 11100001 100010 100100

Color Harmonies of #3C4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4B7A

Black with #3C4B7A

Text Example


Text Example

White with #3C4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,75,122); }

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

background-color css

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

 a { background-color: rgb(60,75,122); }

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

border-color css

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

 span { border-color: rgb(60,75,122); }

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