Html Css Color HEX #306390 Endeavour

📋 copy color: '#306390'

red 48 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #306390

Tints of Endeavour #306390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 16.49%
G = 34.02%
B = 49.48%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#306390 (or 0x306390) is known color: Endeavour. HEX triplet: 30, 63 and 90. RGB value is (48,99,144). Sum of RGB (Red+Green+Blue) = 48+99+144=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #306390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306390 is #CF9C6F. Grayscale: #585858. Windows color (decimal): -13606000 or 9462576. OLE color: 9462576.

HSL color Cylindrical-coordinate representation of color #306390: hue angle of 208.12º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #306390 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 99 144 -
CMYK 0.67 0.31 0 0.44
HSL 208.13º 0.5% 0.38% -
HSV(B) 208.13º 0.67% 0.56% -
XYZ 10.71 11.57 28.05 -
YUV 88.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 48 99 144 0.67 0.31 0 0.44 208.13 0.5 0.38
Hex 30 63 90 43 1F 0 2C D0 32 26
Octal 60 143 220 103 37 0 54 320 62 46
Binary 110000 1100011 10010000 1000011 11111 0 101100 11010000 110010 100110

Color Harmonies of #306390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306390

Black with #306390

Text Example


Text Example

White with #306390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306390; }

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

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

background-color css

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

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

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

border-color css

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

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

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