Html Css Color HEX #306392 Endeavour

📋 copy color: '#306392'

red 48 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #306392

Tints of Endeavour #306392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.83%

R = 16.38%
G = 33.79%
B = 49.83%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#306392 (or 0x306392) is known color: Endeavour. HEX triplet: 30, 63 and 92. RGB value is (48,99,146). Sum of RGB (Red+Green+Blue) = 48+99+146=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #306392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306392 is #CF9C6D. Grayscale: #585858. Windows color (decimal): -13605998 or 9593648. OLE color: 9593648.

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

Color convert

RGB 48 99 146 -
CMYK 0.67 0.32 0 0.43
HSL 208.78º 0.51% 0.38% -
HSV(B) 208.78º 0.67% 0.57% -
XYZ 10.87 11.63 28.87 -
YUV 89.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 48 99 146 0.67 0.32 0 0.43 208.78 0.51 0.38
Hex 30 63 92 43 20 0 2B D1 33 26
Octal 60 143 222 103 40 0 53 321 63 46
Binary 110000 1100011 10010010 1000011 100000 0 101011 11010001 110011 100110

Color Harmonies of #306392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306392

Black with #306392

Text Example


Text Example

White with #306392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306392; }

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

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

background-color css

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

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

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

border-color css

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

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

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