Html Css Color HEX #433D64 Minsk

📋 copy color: '#433D64'

red 67 ◦ green 61 ◦ blue 100

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

Shades of Minsk #433D64

Tints of Minsk #433D64

RGB

 RED value IS 67 (26.56% from 255) = 29.39%

 GREEN value IS 61 (24.22% from 255) = 26.75%

 BLUE value IS 100 (39.45% from 255) = 43.86%

R = 29.39%
G = 26.75%
B = 43.86%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#433D64 (or 0x433D64) is known color: Minsk. HEX triplet: 43, 3D and 64. RGB value is (67,61,100). Sum of RGB (Red+Green+Blue) = 67+61+100=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #433D64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433D64 is #BCC29B. Grayscale: #434343. Windows color (decimal): -12370588 or 6569283. OLE color: 6569283.

HSL color Cylindrical-coordinate representation of color #433D64: hue angle of 249.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #433D64 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 67 61 100 -
CMYK 0.33 0.39 0 0.61
HSL 249.23º 0.24% 0.32% -
HSV(B) 249.23º 0.39% 0.39% -
XYZ 6.28 5.45 12.78 -
YUV 67.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 67 61 100 0.33 0.39 0 0.61 249.23 0.24 0.32
Hex 43 3D 64 21 27 0 3D F9 18 20
Octal 103 75 144 41 47 0 75 371 30 40
Binary 1000011 111101 1100100 100001 100111 0 111101 11111001 11000 100000

Color Harmonies of #433D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433D64

Black with #433D64

Text Example


Text Example

White with #433D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433D64; }

 p { color: rgb(67,61,100); }

 H1.HeaderClassName
 {
   color: #433D64;
 }
 .AnyTagClassName
 {
   color: #433D64;
 }
</style>

background-color css

<style>
 a { background-color: #433D64; }

 a { background-color: rgb(67,61,100); }

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

border-color css

<style>
 span { border-color: #433D64; }

 span { border-color: rgb(67,61,100); }

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