Html Css Color HEX #305C94 Endeavour

📋 copy color: '#305C94'

red 48 ◦ green 92 ◦ blue 148

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

Shades of Endeavour #305C94

Tints of Endeavour #305C94

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.94%

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

R = 16.67%
G = 31.94%
B = 51.39%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#305C94 (or 0x305C94) is known color: Endeavour. HEX triplet: 30, 5C and 94. RGB value is (48,92,148). Sum of RGB (Red+Green+Blue) = 48+92+148=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #305C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C94 is #CFA36B. Grayscale: #545454. Windows color (decimal): -13607788 or 9722928. OLE color: 9722928.

HSL color Cylindrical-coordinate representation of color #305C94: hue angle of 213.6º 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 #305C94 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 92 148 -
CMYK 0.68 0.38 0 0.42
HSL 213.6º 0.51% 0.38% -
HSV(B) 213.6º 0.68% 0.58% -
XYZ 10.39 10.42 29.48 -
YUV 85.23 163.42 101.45 -
System Red Green Blue C M Y K H S L
Decimal 48 92 148 0.68 0.38 0 0.42 213.6 0.51 0.38
Hex 30 5C 94 44 26 0 2A D6 33 26
Octal 60 134 224 104 46 0 52 326 63 46
Binary 110000 1011100 10010100 1000100 100110 0 101010 11010110 110011 100110

Color Harmonies of #305C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C94

Black with #305C94

Text Example


Text Example

White with #305C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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