Html Css Color HEX #42359C Blue Gem

📋 copy color: '#42359C'

red 66 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #42359C

Tints of Blue Gem #42359C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

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

R = 24%
G = 19.27%
B = 56.73%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42359C (or 0x42359C) is known color: Blue Gem. HEX triplet: 42, 35 and 9C. RGB value is (66,53,156). Sum of RGB (Red+Green+Blue) = 66+53+156=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #42359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42359C is #BDCA63. Grayscale: #444444. Windows color (decimal): -12438116 or 10237250. OLE color: 10237250.

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

Color convert

RGB 66 53 156 -
CMYK 0.58 0.66 0 0.39
HSL 247.57º 0.49% 0.41% -
HSV(B) 247.57º 0.66% 0.61% -
XYZ 9.52 6.1 32.13 -
YUV 68.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 66 53 156 0.58 0.66 0 0.39 247.57 0.49 0.41
Hex 42 35 9C 3A 42 0 27 F8 31 29
Octal 102 65 234 72 102 0 47 370 61 51
Binary 1000010 110101 10011100 111010 1000010 0 100111 11111000 110001 101001

Color Harmonies of #42359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42359C

Black with #42359C

Text Example


Text Example

White with #42359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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