Html Css Color HEX #305A9B Endeavour

📋 copy color: '#305A9B'

red 48 ◦ green 90 ◦ blue 155

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

Shades of Endeavour #305A9B

Tints of Endeavour #305A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 16.38%
G = 30.72%
B = 52.9%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#305A9B (or 0x305A9B) is known color: Endeavour. HEX triplet: 30, 5A and 9B. RGB value is (48,90,155). Sum of RGB (Red+Green+Blue) = 48+90+155=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #305A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A9B is #CFA564. Grayscale: #545454. Windows color (decimal): -13608293 or 10181168. OLE color: 10181168.

HSL color Cylindrical-coordinate representation of color #305A9B: hue angle of 216.45º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305A9B is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 90 155 -
CMYK 0.69 0.42 0 0.39
HSL 216.45º 0.53% 0.4% -
HSV(B) 216.45º 0.69% 0.61% -
XYZ 10.79 10.31 32.43 -
YUV 84.85 167.59 101.71 -
System Red Green Blue C M Y K H S L
Decimal 48 90 155 0.69 0.42 0 0.39 216.45 0.53 0.4
Hex 30 5A 9B 45 2A 0 27 D8 35 28
Octal 60 132 233 105 52 0 47 330 65 50
Binary 110000 1011010 10011011 1000101 101010 0 100111 11011000 110101 101000

Color Harmonies of #305A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305A9B

Black with #305A9B

Text Example


Text Example

White with #305A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305A9B; }

 p { color: rgb(48,90,155); }

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

background-color css

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

 a { background-color: rgb(48,90,155); }

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

border-color css

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

 span { border-color: rgb(48,90,155); }

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