Html Css Color HEX #33748D Astral

📋 copy color: '#33748D'

red 51 ◦ green 116 ◦ blue 141

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

Shades of Astral #33748D

Tints of Astral #33748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 16.56%
G = 37.66%
B = 45.78%

CMYK

 C value IS 0.64

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33748D (or 0x33748D) is known color: Astral. HEX triplet: 33, 74 and 8D. RGB value is (51,116,141). Sum of RGB (Red+Green+Blue) = 51+116+141=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #33748D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33748D is #CC8B72. Grayscale: #636363. Windows color (decimal): -13405043 or 9270323. OLE color: 9270323.

HSL color Cylindrical-coordinate representation of color #33748D: hue angle of 196.67º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33748D is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 116 141 -
CMYK 0.64 0.18 0 0.45
HSL 196.67º 0.47% 0.38% -
HSV(B) 196.67º 0.64% 0.55% -
XYZ 12.42 15.12 27.46 -
YUV 99.42 151.47 93.47 -
System Red Green Blue C M Y K H S L
Decimal 51 116 141 0.64 0.18 0 0.45 196.67 0.47 0.38
Hex 33 74 8D 40 12 0 2D C5 2F 26
Octal 63 164 215 100 22 0 55 305 57 46
Binary 110011 1110100 10001101 1000000 10010 0 101101 11000101 101111 100110

Color Harmonies of #33748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33748D

Black with #33748D

Text Example


Text Example

White with #33748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33748D; }

 p { color: rgb(51,116,141); }

 H1.HeaderClassName
 {
   color: #33748D;
 }
 .AnyTagClassName
 {
   color: #33748D;
 }
</style>

background-color css

<style>
 a { background-color: #33748D; }

 a { background-color: rgb(51,116,141); }

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

border-color css

<style>
 span { border-color: #33748D; }

 span { border-color: rgb(51,116,141); }

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