Html Css Color HEX #42384B Jagger

📋 copy color: '#42384B'

red 66 ◦ green 56 ◦ blue 75

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

Shades of Jagger #42384B

Tints of Jagger #42384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 33.5%
G = 28.43%
B = 38.07%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42384B (or 0x42384B) is known color: Jagger. HEX triplet: 42, 38 and 4B. RGB value is (66,56,75). Sum of RGB (Red+Green+Blue) = 66+56+75=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #42384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42384B is #BDC7B4. Grayscale: #3D3D3D. Windows color (decimal): -12437429 or 4929602. OLE color: 4929602.

HSL color Cylindrical-coordinate representation of color #42384B: hue angle of 271.58º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #42384B is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 56 75 -
CMYK 0.12 0.25 0 0.71
HSL 271.58º 0.15% 0.26% -
HSV(B) 271.58º 0.25% 0.29% -
XYZ 4.93 4.49 7.26 -
YUV 61.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 66 56 75 0.12 0.25 0 0.71 271.58 0.15 0.26
Hex 42 38 4B C 19 0 47 110 F 1A
Octal 102 70 113 14 31 0 107 420 17 32
Binary 1000010 111000 1001011 1100 11001 0 1000111 100010000 1111 11010

Color Harmonies of #42384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42384B

Black with #42384B

Text Example


Text Example

White with #42384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42384B; }

 p { color: rgb(66,56,75); }

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

background-color css

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

 a { background-color: rgb(66,56,75); }

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

border-color css

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

 span { border-color: rgb(66,56,75); }

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