Html Css Color HEX #306A8B Astral

📋 copy color: '#306A8B'

red 48 ◦ green 106 ◦ blue 139

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

Shades of Astral #306A8B

Tints of Astral #306A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.44%

R = 16.38%
G = 36.18%
B = 47.44%

CMYK

 C value IS 0.65

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#306A8B (or 0x306A8B) is known color: Astral. HEX triplet: 30, 6A and 8B. RGB value is (48,106,139). Sum of RGB (Red+Green+Blue) = 48+106+139=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #306A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306A8B is #CF9574. Grayscale: #5C5C5C. Windows color (decimal): -13604213 or 9136688. OLE color: 9136688.

HSL color Cylindrical-coordinate representation of color #306A8B: hue angle of 201.76º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #306A8B is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 106 139 -
CMYK 0.65 0.24 0 0.45
HSL 201.76º 0.49% 0.37% -
HSV(B) 201.76º 0.65% 0.55% -
XYZ 11.03 12.8 26.32 -
YUV 92.42 154.28 96.32 -
System Red Green Blue C M Y K H S L
Decimal 48 106 139 0.65 0.24 0 0.45 201.76 0.49 0.37
Hex 30 6A 8B 41 18 0 2D CA 31 25
Octal 60 152 213 101 30 0 55 312 61 45
Binary 110000 1101010 10001011 1000001 11000 0 101101 11001010 110001 100101

Color Harmonies of #306A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306A8B

Black with #306A8B

Text Example


Text Example

White with #306A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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