Html Css Color HEX #306B90 Astral

📋 copy color: '#306B90'

red 48 ◦ green 107 ◦ blue 144

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

Shades of Astral #306B90

Tints of Astral #306B90

RGB

 RED value IS 48 (19.14% from 255) = 16.05%

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

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 16.05%
G = 35.79%
B = 48.16%

CMYK

 C value IS 0.67

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306B90 (or 0x306B90) is known color: Astral. HEX triplet: 30, 6B and 90. RGB value is (48,107,144). Sum of RGB (Red+Green+Blue) = 48+107+144=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #306B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306B90 is #CF946F. Grayscale: #5D5D5D. Windows color (decimal): -13603952 or 9464624. OLE color: 9464624.

HSL color Cylindrical-coordinate representation of color #306B90: hue angle of 203.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306B90 is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 107 144 -
CMYK 0.67 0.26 0 0.44
HSL 203.13º 0.5% 0.38% -
HSV(B) 203.13º 0.67% 0.56% -
XYZ 11.51 13.16 28.32 -
YUV 93.58 156.45 95.49 -
System Red Green Blue C M Y K H S L
Decimal 48 107 144 0.67 0.26 0 0.44 203.13 0.5 0.38
Hex 30 6B 90 43 1A 0 2C CB 32 26
Octal 60 153 220 103 32 0 54 313 62 46
Binary 110000 1101011 10010000 1000011 11010 0 101100 11001011 110010 100110

Color Harmonies of #306B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306B90

Black with #306B90

Text Example


Text Example

White with #306B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306B90; }

 p { color: rgb(48,107,144); }

 H1.HeaderClassName
 {
   color: #306B90;
 }
 .AnyTagClassName
 {
   color: #306B90;
 }
</style>

background-color css

<style>
 a { background-color: #306B90; }

 a { background-color: rgb(48,107,144); }

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

border-color css

<style>
 span { border-color: #306B90; }

 span { border-color: rgb(48,107,144); }

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