Html Css Color HEX #2D668E Endeavour

📋 copy color: '#2D668E'

red 45 ◦ green 102 ◦ blue 142

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

Shades of Endeavour #2D668E

Tints of Endeavour #2D668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

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

R = 15.57%
G = 35.29%
B = 49.13%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D668E (or 0x2D668E) is known color: Endeavour. HEX triplet: 2D, 66 and 8E. RGB value is (45,102,142). Sum of RGB (Red+Green+Blue) = 45+102+142=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 102 (40.23% from 255 or 35.29% 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 #2D668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D668E is #D29971. Grayscale: #595959. Windows color (decimal): -13801842 or 9332269. OLE color: 9332269.

HSL color Cylindrical-coordinate representation of color #2D668E: hue angle of 204.74º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D668E is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 102 142 -
CMYK 0.68 0.28 0 0.44
HSL 204.74º 0.52% 0.37% -
HSV(B) 204.74º 0.68% 0.56% -
XYZ 10.72 12.01 27.35 -
YUV 89.52 157.62 96.25 -
System Red Green Blue C M Y K H S L
Decimal 45 102 142 0.68 0.28 0 0.44 204.74 0.52 0.37
Hex 2D 66 8E 44 1C 0 2C CD 34 25
Octal 55 146 216 104 34 0 54 315 64 45
Binary 101101 1100110 10001110 1000100 11100 0 101100 11001101 110100 100101

Color Harmonies of #2D668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D668E

Black with #2D668E

Text Example


Text Example

White with #2D668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,102,142); }

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

background-color css

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

 a { background-color: rgb(45,102,142); }

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

border-color css

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

 span { border-color: rgb(45,102,142); }

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