Html Css Color HEX #33648F Endeavour

📋 copy color: '#33648F'

red 51 ◦ green 100 ◦ blue 143

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

Shades of Endeavour #33648F

Tints of Endeavour #33648F

RGB

 RED value IS 51 (20.31% from 255) = 17.35%

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

 BLUE value IS 143 (56.25% from 255) = 48.64%

R = 17.35%
G = 34.01%
B = 48.64%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#33648F (or 0x33648F) is known color: Endeavour. HEX triplet: 33, 64 and 8F. RGB value is (51,100,143). Sum of RGB (Red+Green+Blue) = 51+100+143=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #33648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33648F is #CC9B70. Grayscale: #5A5A5A. Windows color (decimal): -13409137 or 9397299. OLE color: 9397299.

HSL color Cylindrical-coordinate representation of color #33648F: hue angle of 208.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33648F is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 100 143 -
CMYK 0.64 0.30 0 0.44
HSL 208.04º 0.47% 0.38% -
HSV(B) 208.04º 0.64% 0.56% -
XYZ 10.88 11.8 27.69 -
YUV 90.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 51 100 143 0.64 0.30 0 0.44 208.04 0.47 0.38
Hex 33 64 8F 40 1E 0 2C D0 2F 26
Octal 63 144 217 100 36 0 54 320 57 46
Binary 110011 1100100 10001111 1000000 11110 0 101100 11010000 101111 100110

Color Harmonies of #33648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33648F

Black with #33648F

Text Example


Text Example

White with #33648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33648F; }

 p { color: rgb(51,100,143); }

 H1.HeaderClassName
 {
   color: #33648F;
 }
 .AnyTagClassName
 {
   color: #33648F;
 }
</style>

background-color css

<style>
 a { background-color: #33648F; }

 a { background-color: rgb(51,100,143); }

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

border-color css

<style>
 span { border-color: #33648F; }

 span { border-color: rgb(51,100,143); }

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