Html Css Color HEX #42339D Blue Gem

📋 copy color: '#42339D'

red 66 ◦ green 51 ◦ blue 157

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

Shades of Blue Gem #42339D

Tints of Blue Gem #42339D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.3%

R = 24.09%
G = 18.61%
B = 57.3%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42339D (or 0x42339D) is known color: Blue Gem. HEX triplet: 42, 33 and 9D. RGB value is (66,51,157). Sum of RGB (Red+Green+Blue) = 66+51+157=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #42339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42339D is #BDCC62. Grayscale: #434343. Windows color (decimal): -12438627 or 10302274. OLE color: 10302274.

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

Color convert

RGB 66 51 157 -
CMYK 0.58 0.68 0 0.38
HSL 248.49º 0.51% 0.41% -
HSV(B) 248.49º 0.68% 0.62% -
XYZ 9.52 5.96 32.55 -
YUV 67.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 66 51 157 0.58 0.68 0 0.38 248.49 0.51 0.41
Hex 42 33 9D 3A 44 0 26 F8 33 29
Octal 102 63 235 72 104 0 46 370 63 51
Binary 1000010 110011 10011101 111010 1000100 0 100110 11111000 110011 101001

Color Harmonies of #42339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42339D

Black with #42339D

Text Example


Text Example

White with #42339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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