Html Css Color HEX #305F94 Endeavour

📋 copy color: '#305F94'

red 48 ◦ green 95 ◦ blue 148

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

Shades of Endeavour #305F94

Tints of Endeavour #305F94

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 148 (58.2% from 255) = 50.86%

R = 16.49%
G = 32.65%
B = 50.86%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305F94 (or 0x305F94) is known color: Endeavour. HEX triplet: 30, 5F and 94. RGB value is (48,95,148). Sum of RGB (Red+Green+Blue) = 48+95+148=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 148 (58.20% from 255 or 50.86% from 291); Max value from RGB is 148 - color contains mainly: blue. Hex color #305F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F94 is #CFA06B. Grayscale: #565656. Windows color (decimal): -13607020 or 9723696. OLE color: 9723696.

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

Color convert

RGB 48 95 148 -
CMYK 0.68 0.36 0 0.42
HSL 211.8º 0.51% 0.38% -
HSV(B) 211.8º 0.68% 0.58% -
XYZ 10.66 10.95 29.57 -
YUV 86.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 48 95 148 0.68 0.36 0 0.42 211.8 0.51 0.38
Hex 30 5F 94 44 24 0 2A D4 33 26
Octal 60 137 224 104 44 0 52 324 63 46
Binary 110000 1011111 10010100 1000100 100100 0 101010 11010100 110011 100110

Color Harmonies of #305F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305F94

Black with #305F94

Text Example


Text Example

White with #305F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,95,148); }

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

background-color css

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

 a { background-color: rgb(48,95,148); }

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

border-color css

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

 span { border-color: rgb(48,95,148); }

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