Html Css Color HEX #33758B Astral

📋 copy color: '#33758B'

red 51 ◦ green 117 ◦ blue 139

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

Shades of Astral #33758B

Tints of Astral #33758B

RGB

 RED value IS 51 (20.31% from 255) = 16.61%

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 16.61%
G = 38.11%
B = 45.28%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33758B (or 0x33758B) is known color: Astral. HEX triplet: 33, 75 and 8B. RGB value is (51,117,139). Sum of RGB (Red+Green+Blue) = 51+117+139=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 117 (46.09% from 255 or 38.11% 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 #33758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33758B is #CC8A74. Grayscale: #636363. Windows color (decimal): -13404789 or 9139507. OLE color: 9139507.

HSL color Cylindrical-coordinate representation of color #33758B: hue angle of 195º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33758B is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 117 139 -
CMYK 0.63 0.16 0 0.45
HSL 195º 0.46% 0.37% -
HSV(B) 195º 0.63% 0.55% -
XYZ 12.39 15.29 26.72 -
YUV 99.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 51 117 139 0.63 0.16 0 0.45 195 0.46 0.37
Hex 33 75 8B 3F 10 0 2D C3 2E 25
Octal 63 165 213 77 20 0 55 303 56 45
Binary 110011 1110101 10001011 111111 10000 0 101101 11000011 101110 100101

Color Harmonies of #33758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33758B

Black with #33758B

Text Example


Text Example

White with #33758B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,117,139); }

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

background-color css

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

 a { background-color: rgb(51,117,139); }

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

border-color css

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

 span { border-color: rgb(51,117,139); }

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