Html Css Color HEX #42389C Blue Gem

📋 copy color: '#42389C'

red 66 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #42389C

Tints of Blue Gem #42389C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.12%

R = 23.74%
G = 20.14%
B = 56.12%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42389C (or 0x42389C) is known color: Blue Gem. HEX triplet: 42, 38 and 9C. RGB value is (66,56,156). Sum of RGB (Red+Green+Blue) = 66+56+156=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 156 (61.33% from 255 or 56.12% from 278); Max value from RGB is 156 - color contains mainly: blue. Hex color #42389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42389C is #BDC763. Grayscale: #464646. Windows color (decimal): -12437348 or 10238018. OLE color: 10238018.

HSL color Cylindrical-coordinate representation of color #42389C: hue angle of 246º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42389C is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 56 156 -
CMYK 0.58 0.64 0 0.39
HSL 246º 0.47% 0.42% -
HSV(B) 246º 0.64% 0.61% -
XYZ 9.66 6.39 32.18 -
YUV 70.39 176.31 124.87 -
System Red Green Blue C M Y K H S L
Decimal 66 56 156 0.58 0.64 0 0.39 246 0.47 0.42
Hex 42 38 9C 3A 40 0 27 F6 2F 2A
Octal 102 70 234 72 100 0 47 366 57 52
Binary 1000010 111000 10011100 111010 1000000 0 100111 11110110 101111 101010

Color Harmonies of #42389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42389C

Black with #42389C

Text Example


Text Example

White with #42389C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42389C; }

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

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

background-color css

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

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

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

border-color css

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

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

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