Html Css Color HEX #305793 Endeavour

📋 copy color: '#305793'

red 48 ◦ green 87 ◦ blue 147

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

Shades of Endeavour #305793

Tints of Endeavour #305793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 147 (57.81% from 255) = 52.13%

R = 17.02%
G = 30.85%
B = 52.13%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305793 (or 0x305793) is known color: Endeavour. HEX triplet: 30, 57 and 93. RGB value is (48,87,147). Sum of RGB (Red+Green+Blue) = 48+87+147=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #305793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305793 is #CFA86C. Grayscale: #515151. Windows color (decimal): -13609069 or 9656112. OLE color: 9656112.

HSL color Cylindrical-coordinate representation of color #305793: hue angle of 216.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305793 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 87 147 -
CMYK 0.67 0.41 0 0.42
HSL 216.36º 0.51% 0.38% -
HSV(B) 216.36º 0.67% 0.58% -
XYZ 9.89 9.55 28.93 -
YUV 82.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 48 87 147 0.67 0.41 0 0.42 216.36 0.51 0.38
Hex 30 57 93 43 29 0 2A D8 33 26
Octal 60 127 223 103 51 0 52 330 63 46
Binary 110000 1010111 10010011 1000011 101001 0 101010 11011000 110011 100110

Color Harmonies of #305793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305793

Black with #305793

Text Example


Text Example

White with #305793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305793; }

 p { color: rgb(48,87,147); }

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

background-color css

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

 a { background-color: rgb(48,87,147); }

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

border-color css

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

 span { border-color: rgb(48,87,147); }

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