Html Css Color HEX #423770 Minsk

📋 copy color: '#423770'

red 66 ◦ green 55 ◦ blue 112

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

Shades of Minsk #423770

Tints of Minsk #423770

RGB

 RED value IS 66 (26.17% from 255) = 28.33%

 GREEN value IS 55 (21.88% from 255) = 23.61%

 BLUE value IS 112 (44.14% from 255) = 48.07%

R = 28.33%
G = 23.61%
B = 48.07%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#423770 (or 0x423770) is known color: Minsk. HEX triplet: 42, 37 and 70. RGB value is (66,55,112). Sum of RGB (Red+Green+Blue) = 66+55+112=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #423770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423770 is #BDC88F. Grayscale: #404040. Windows color (decimal): -12437648 or 7354178. OLE color: 7354178.

HSL color Cylindrical-coordinate representation of color #423770: hue angle of 251.58º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423770 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 55 112 -
CMYK 0.41 0.51 0 0.56
HSL 251.58º 0.34% 0.33% -
HSV(B) 251.58º 0.51% 0.44% -
XYZ 6.54 5.06 15.96 -
YUV 64.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 66 55 112 0.41 0.51 0 0.56 251.58 0.34 0.33
Hex 42 37 70 29 33 0 38 FC 22 21
Octal 102 67 160 51 63 0 70 374 42 41
Binary 1000010 110111 1110000 101001 110011 0 111000 11111100 100010 100001

Color Harmonies of #423770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423770

Black with #423770

Text Example


Text Example

White with #423770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423770; }

 p { color: rgb(66,55,112); }

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

background-color css

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

 a { background-color: rgb(66,55,112); }

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

border-color css

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

 span { border-color: rgb(66,55,112); }

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