Html Css Color HEX #30638E Endeavour

📋 copy color: '#30638E'

red 48 ◦ green 99 ◦ blue 142

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

Shades of Endeavour #30638E

Tints of Endeavour #30638E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 16.61%
G = 34.26%
B = 49.13%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#30638E (or 0x30638E) is known color: Endeavour. HEX triplet: 30, 63 and 8E. RGB value is (48,99,142). Sum of RGB (Red+Green+Blue) = 48+99+142=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #30638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30638E is #CF9C71. Grayscale: #585858. Windows color (decimal): -13606002 or 9331504. OLE color: 9331504.

HSL color Cylindrical-coordinate representation of color #30638E: hue angle of 207.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30638E is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 99 142 -
CMYK 0.66 0.30 0 0.44
HSL 207.45º 0.49% 0.37% -
HSV(B) 207.45º 0.66% 0.56% -
XYZ 10.56 11.51 27.26 -
YUV 88.65 158.1 99 -
System Red Green Blue C M Y K H S L
Decimal 48 99 142 0.66 0.30 0 0.44 207.45 0.49 0.37
Hex 30 63 8E 42 1E 0 2C CF 31 25
Octal 60 143 216 102 36 0 54 317 61 45
Binary 110000 1100011 10001110 1000010 11110 0 101100 11001111 110001 100101

Color Harmonies of #30638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30638E

Black with #30638E

Text Example


Text Example

White with #30638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30638E; }

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

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

background-color css

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

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

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

border-color css

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

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

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