Html Css Color HEX #305C8D Endeavour

📋 copy color: '#305C8D'

red 48 ◦ green 92 ◦ blue 141

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

Shades of Endeavour #305C8D

Tints of Endeavour #305C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 17.08%
G = 32.74%
B = 50.18%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#305C8D (or 0x305C8D) is known color: Endeavour. HEX triplet: 30, 5C and 8D. RGB value is (48,92,141). Sum of RGB (Red+Green+Blue) = 48+92+141=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #305C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C8D is #CFA372. Grayscale: #545454. Windows color (decimal): -13607795 or 9264176. OLE color: 9264176.

HSL color Cylindrical-coordinate representation of color #305C8D: hue angle of 211.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #305C8D is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 92 141 -
CMYK 0.66 0.35 0 0.45
HSL 211.61º 0.49% 0.37% -
HSV(B) 211.61º 0.66% 0.55% -
XYZ 9.85 10.21 26.65 -
YUV 84.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 48 92 141 0.66 0.35 0 0.45 211.61 0.49 0.37
Hex 30 5C 8D 42 23 0 2D D4 31 25
Octal 60 134 215 102 43 0 55 324 61 45
Binary 110000 1011100 10001101 1000010 100011 0 101101 11010100 110001 100101

Color Harmonies of #305C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305C8D

Black with #305C8D

Text Example


Text Example

White with #305C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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