Html Css Color HEX #423651 Jagger

📋 copy color: '#423651'

red 66 ◦ green 54 ◦ blue 81

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

Shades of Jagger #423651

Tints of Jagger #423651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 32.84%
G = 26.87%
B = 40.3%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#423651 (or 0x423651) is known color: Jagger. HEX triplet: 42, 36 and 51. RGB value is (66,54,81). Sum of RGB (Red+Green+Blue) = 66+54+81=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #423651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423651 is #BDC9AE. Grayscale: #3C3C3C. Windows color (decimal): -12437935 or 5322306. OLE color: 5322306.

HSL color Cylindrical-coordinate representation of color #423651: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #423651 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 54 81 -
CMYK 0.19 0.33 0 0.68
HSL 266.67º 0.2% 0.26% -
HSV(B) 266.67º 0.33% 0.32% -
XYZ 5.05 4.39 8.37 -
YUV 60.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 66 54 81 0.19 0.33 0 0.68 266.67 0.2 0.26
Hex 42 36 51 13 21 0 44 10B 14 1A
Octal 102 66 121 23 41 0 104 413 24 32
Binary 1000010 110110 1010001 10011 100001 0 1000100 100001011 10100 11010

Color Harmonies of #423651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423651

Black with #423651

Text Example


Text Example

White with #423651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423651; }

 p { color: rgb(66,54,81); }

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

background-color css

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

 a { background-color: rgb(66,54,81); }

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

border-color css

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

 span { border-color: rgb(66,54,81); }

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