Html Css Color HEX #42359B Blue Gem

📋 copy color: '#42359B'

red 66 ◦ green 53 ◦ blue 155

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

Shades of Blue Gem #42359B

Tints of Blue Gem #42359B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.57%

R = 24.09%
G = 19.34%
B = 56.57%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42359B (or 0x42359B) is known color: Blue Gem. HEX triplet: 42, 35 and 9B. RGB value is (66,53,155). Sum of RGB (Red+Green+Blue) = 66+53+155=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #42359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42359B is #BDCA64. Grayscale: #444444. Windows color (decimal): -12438117 or 10171714. OLE color: 10171714.

HSL color Cylindrical-coordinate representation of color #42359B: hue angle of 247.65º 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 #42359B is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 53 155 -
CMYK 0.57 0.66 0 0.39
HSL 247.65º 0.49% 0.41% -
HSV(B) 247.65º 0.66% 0.61% -
XYZ 9.44 6.07 31.68 -
YUV 68.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 66 53 155 0.57 0.66 0 0.39 247.65 0.49 0.41
Hex 42 35 9B 39 42 0 27 F8 31 29
Octal 102 65 233 71 102 0 47 370 61 51
Binary 1000010 110101 10011011 111001 1000010 0 100111 11111000 110001 101001

Color Harmonies of #42359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42359B

Black with #42359B

Text Example


Text Example

White with #42359B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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