Html Css Color HEX #305D8B Endeavour

📋 copy color: '#305D8B'

red 48 ◦ green 93 ◦ blue 139

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

Shades of Endeavour #305D8B

Tints of Endeavour #305D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.21%

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

R = 17.14%
G = 33.21%
B = 49.64%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#305D8B (or 0x305D8B) is known color: Endeavour. HEX triplet: 30, 5D and 8B. RGB value is (48,93,139). Sum of RGB (Red+Green+Blue) = 48+93+139=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #305D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305D8B is #CFA274. Grayscale: #545454. Windows color (decimal): -13607541 or 9133360. OLE color: 9133360.

HSL color Cylindrical-coordinate representation of color #305D8B: hue angle of 210.33º 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 #305D8B is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 93 139 -
CMYK 0.65 0.33 0 0.45
HSL 210.33º 0.49% 0.37% -
HSV(B) 210.33º 0.65% 0.55% -
XYZ 9.79 10.32 25.9 -
YUV 84.79 158.59 101.76 -
System Red Green Blue C M Y K H S L
Decimal 48 93 139 0.65 0.33 0 0.45 210.33 0.49 0.37
Hex 30 5D 8B 41 21 0 2D D2 31 25
Octal 60 135 213 101 41 0 55 322 61 45
Binary 110000 1011101 10001011 1000001 100001 0 101101 11010010 110001 100101

Color Harmonies of #305D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305D8B

Black with #305D8B

Text Example


Text Example

White with #305D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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