Html Css Color HEX #306A83 Astral

📋 copy color: '#306A83'

red 48 ◦ green 106 ◦ blue 131

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

Shades of Astral #306A83

Tints of Astral #306A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 131 (51.56% from 255) = 45.96%

R = 16.84%
G = 37.19%
B = 45.96%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306A83 (or 0x306A83) is known color: Astral. HEX triplet: 30, 6A and 83. RGB value is (48,106,131). Sum of RGB (Red+Green+Blue) = 48+106+131=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #306A83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A83 is #CF957C. Grayscale: #5B5B5B. Windows color (decimal): -13604221 or 8612400. OLE color: 8612400.

HSL color Cylindrical-coordinate representation of color #306A83: hue angle of 198.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306A83 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 106 131 -
CMYK 0.63 0.19 0 0.49
HSL 198.07º 0.46% 0.35% -
HSV(B) 198.07º 0.63% 0.51% -
XYZ 10.47 12.58 23.35 -
YUV 91.51 150.28 96.97 -
System Red Green Blue C M Y K H S L
Decimal 48 106 131 0.63 0.19 0 0.49 198.07 0.46 0.35
Hex 30 6A 83 3F 13 0 31 C6 2E 23
Octal 60 152 203 77 23 0 61 306 56 43
Binary 110000 1101010 10000011 111111 10011 0 110001 11000110 101110 100011

Color Harmonies of #306A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A83

Black with #306A83

Text Example


Text Example

White with #306A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,106,131); }

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

background-color css

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

 a { background-color: rgb(48,106,131); }

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

border-color css

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

 span { border-color: rgb(48,106,131); }

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