Html Css Color HEX #306393 Endeavour

📋 copy color: '#306393'

red 48 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #306393

Tints of Endeavour #306393

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

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

R = 16.33%
G = 33.67%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#306393 (or 0x306393) is known color: Endeavour. HEX triplet: 30, 63 and 93. RGB value is (48,99,147). Sum of RGB (Red+Green+Blue) = 48+99+147=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #306393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306393 is #CF9C6C. Grayscale: #585858. Windows color (decimal): -13605997 or 9659184. OLE color: 9659184.

HSL color Cylindrical-coordinate representation of color #306393: hue angle of 209.09º 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 #306393 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 99 147 -
CMYK 0.67 0.33 0 0.42
HSL 209.09º 0.51% 0.38% -
HSV(B) 209.09º 0.67% 0.58% -
XYZ 10.95 11.66 29.28 -
YUV 89.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 48 99 147 0.67 0.33 0 0.42 209.09 0.51 0.38
Hex 30 63 93 43 21 0 2A D1 33 26
Octal 60 143 223 103 41 0 52 321 63 46
Binary 110000 1100011 10010011 1000011 100001 0 101010 11010001 110011 100110

Color Harmonies of #306393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306393

Black with #306393

Text Example


Text Example

White with #306393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306393; }

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

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

background-color css

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

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

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

border-color css

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

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

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