Html Css Color HEX #306683 Astral

📋 copy color: '#306683'

red 48 ◦ green 102 ◦ blue 131

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

Shades of Astral #306683

Tints of Astral #306683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.3%

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

R = 17.08%
G = 36.3%
B = 46.62%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306683 (or 0x306683) is known color: Astral. HEX triplet: 30, 66 and 83. RGB value is (48,102,131). Sum of RGB (Red+Green+Blue) = 48+102+131=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #306683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306683 is #CF997C. Grayscale: #585858. Windows color (decimal): -13605245 or 8611376. OLE color: 8611376.

HSL color Cylindrical-coordinate representation of color #306683: hue angle of 200.96º 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 #306683 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 102 131 -
CMYK 0.63 0.22 0 0.49
HSL 200.96º 0.46% 0.35% -
HSV(B) 200.96º 0.63% 0.51% -
XYZ 10.07 11.77 23.21 -
YUV 89.16 151.61 98.64 -
System Red Green Blue C M Y K H S L
Decimal 48 102 131 0.63 0.22 0 0.49 200.96 0.46 0.35
Hex 30 66 83 3F 16 0 31 C9 2E 23
Octal 60 146 203 77 26 0 61 311 56 43
Binary 110000 1100110 10000011 111111 10110 0 110001 11001001 101110 100011

Color Harmonies of #306683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306683

Black with #306683

Text Example


Text Example

White with #306683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306683; }

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

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

background-color css

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

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

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

border-color css

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

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

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