Html Css Color HEX #42339C Blue Gem

📋 copy color: '#42339C'

red 66 ◦ green 51 ◦ blue 156

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

Shades of Blue Gem #42339C

Tints of Blue Gem #42339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

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

R = 24.18%
G = 18.68%
B = 57.14%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42339C (or 0x42339C) is known color: Blue Gem. HEX triplet: 42, 33 and 9C. RGB value is (66,51,156). Sum of RGB (Red+Green+Blue) = 66+51+156=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #42339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42339C is #BDCC63. Grayscale: #434343. Windows color (decimal): -12438628 or 10236738. OLE color: 10236738.

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

Color convert

RGB 66 51 156 -
CMYK 0.58 0.67 0 0.39
HSL 248.57º 0.51% 0.41% -
HSV(B) 248.57º 0.67% 0.61% -
XYZ 9.43 5.93 32.1 -
YUV 67.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 66 51 156 0.58 0.67 0 0.39 248.57 0.51 0.41
Hex 42 33 9C 3A 43 0 27 F9 33 29
Octal 102 63 234 72 103 0 47 371 63 51
Binary 1000010 110011 10011100 111010 1000011 0 100111 11111001 110011 101001

Color Harmonies of #42339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42339C

Black with #42339C

Text Example


Text Example

White with #42339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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