Html Css Color HEX #2D648C Endeavour

📋 copy color: '#2D648C'

red 45 ◦ green 100 ◦ blue 140

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

Shades of Endeavour #2D648C

Tints of Endeavour #2D648C

RGB

 RED value IS 45 (17.97% from 255) = 15.79%

 GREEN value IS 100 (39.45% from 255) = 35.09%

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

R = 15.79%
G = 35.09%
B = 49.12%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2D648C (or 0x2D648C) is known color: Endeavour. HEX triplet: 2D, 64 and 8C. RGB value is (45,100,140). Sum of RGB (Red+Green+Blue) = 45+100+140=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #2D648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D648C is #D29B73. Grayscale: #575757. Windows color (decimal): -13802356 or 9200685. OLE color: 9200685.

HSL color Cylindrical-coordinate representation of color #2D648C: hue angle of 205.26º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D648C is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 100 140 -
CMYK 0.68 0.29 0 0.45
HSL 205.26º 0.51% 0.36% -
HSV(B) 205.26º 0.68% 0.55% -
XYZ 10.37 11.57 26.5 -
YUV 88.12 157.28 97.25 -
System Red Green Blue C M Y K H S L
Decimal 45 100 140 0.68 0.29 0 0.45 205.26 0.51 0.36
Hex 2D 64 8C 44 1D 0 2D CD 33 24
Octal 55 144 214 104 35 0 55 315 63 44
Binary 101101 1100100 10001100 1000100 11101 0 101101 11001101 110011 100100

Color Harmonies of #2D648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D648C

Black with #2D648C

Text Example


Text Example

White with #2D648C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D648C; }

 p { color: rgb(45,100,140); }

 H1.HeaderClassName
 {
   color: #2D648C;
 }
 .AnyTagClassName
 {
   color: #2D648C;
 }
</style>

background-color css

<style>
 a { background-color: #2D648C; }

 a { background-color: rgb(45,100,140); }

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

border-color css

<style>
 span { border-color: #2D648C; }

 span { border-color: rgb(45,100,140); }

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