Html Css Color HEX #33638D Endeavour

📋 copy color: '#33638D'

red 51 ◦ green 99 ◦ blue 141

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

Shades of Endeavour #33638D

Tints of Endeavour #33638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 17.53%
G = 34.02%
B = 48.45%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#33638D (or 0x33638D) is known color: Endeavour. HEX triplet: 33, 63 and 8D. RGB value is (51,99,141). Sum of RGB (Red+Green+Blue) = 51+99+141=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #33638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #33638D is #CC9C72. Grayscale: #595959. Windows color (decimal): -13409395 or 9265971. OLE color: 9265971.

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

Color convert

RGB 51 99 141 -
CMYK 0.64 0.30 0 0.45
HSL 208º 0.47% 0.38% -
HSV(B) 208º 0.64% 0.55% -
XYZ 10.63 11.55 26.87 -
YUV 89.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 51 99 141 0.64 0.30 0 0.45 208 0.47 0.38
Hex 33 63 8D 40 1E 0 2D D0 2F 26
Octal 63 143 215 100 36 0 55 320 57 46
Binary 110011 1100011 10001101 1000000 11110 0 101101 11010000 101111 100110

Color Harmonies of #33638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33638D

Black with #33638D

Text Example


Text Example

White with #33638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33638D; }

 p { color: rgb(51,99,141); }

 H1.HeaderClassName
 {
   color: #33638D;
 }
 .AnyTagClassName
 {
   color: #33638D;
 }
</style>

background-color css

<style>
 a { background-color: #33638D; }

 a { background-color: rgb(51,99,141); }

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

border-color css

<style>
 span { border-color: #33638D; }

 span { border-color: rgb(51,99,141); }

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