Html Css Color HEX #30628C Endeavour

📋 copy color: '#30628C'

red 48 ◦ green 98 ◦ blue 140

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

Shades of Endeavour #30628C

Tints of Endeavour #30628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.27%

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 16.78%
G = 34.27%
B = 48.95%

CMYK

 C value IS 0.66

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30628C (or 0x30628C) is known color: Endeavour. HEX triplet: 30, 62 and 8C. RGB value is (48,98,140). Sum of RGB (Red+Green+Blue) = 48+98+140=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #30628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30628C is #CF9D73. Grayscale: #575757. Windows color (decimal): -13606260 or 9200176. OLE color: 9200176.

HSL color Cylindrical-coordinate representation of color #30628C: hue angle of 207.39º 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 #30628C is Cyan = 0.66, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 98 140 -
CMYK 0.66 0.3 0 0.45
HSL 207.39º 0.49% 0.37% -
HSV(B) 207.39º 0.66% 0.55% -
XYZ 10.32 11.26 26.44 -
YUV 87.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 48 98 140 0.66 0.3 0 0.45 207.39 0.49 0.37
Hex 30 62 8C 42 1E 0 2D CF 31 25
Octal 60 142 214 102 36 0 55 317 61 45
Binary 110000 1100010 10001100 1000010 11110 0 101101 11001111 110001 100101

Color Harmonies of #30628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30628C

Black with #30628C

Text Example


Text Example

White with #30628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30628C; }

 p { color: rgb(48,98,140); }

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

background-color css

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

 a { background-color: rgb(48,98,140); }

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

border-color css

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

 span { border-color: rgb(48,98,140); }

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