Html Css Color HEX #306783 Astral

📋 copy color: '#306783'

red 48 ◦ green 103 ◦ blue 131

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

Shades of Astral #306783

Tints of Astral #306783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

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

R = 17.02%
G = 36.52%
B = 46.45%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306783 (or 0x306783) is known color: Astral. HEX triplet: 30, 67 and 83. RGB value is (48,103,131). Sum of RGB (Red+Green+Blue) = 48+103+131=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #306783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306783 is #CF987C. Grayscale: #595959. Windows color (decimal): -13604989 or 8611632. OLE color: 8611632.

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

Color convert

RGB 48 103 131 -
CMYK 0.63 0.21 0 0.49
HSL 200.24º 0.46% 0.35% -
HSV(B) 200.24º 0.63% 0.51% -
XYZ 10.17 11.97 23.25 -
YUV 89.75 151.28 98.22 -
System Red Green Blue C M Y K H S L
Decimal 48 103 131 0.63 0.21 0 0.49 200.24 0.46 0.35
Hex 30 67 83 3F 15 0 31 C8 2E 23
Octal 60 147 203 77 25 0 61 310 56 43
Binary 110000 1100111 10000011 111111 10101 0 110001 11001000 101110 100011

Color Harmonies of #306783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306783

Black with #306783

Text Example


Text Example

White with #306783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306783; }

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

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

background-color css

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

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

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

border-color css

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

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

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