Html Css Color HEX #42369F Blue Gem

📋 copy color: '#42369F'

red 66 ◦ green 54 ◦ blue 159

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

Shades of Blue Gem #42369F

Tints of Blue Gem #42369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 159 (62.5% from 255) = 56.99%

R = 23.66%
G = 19.35%
B = 56.99%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42369F (or 0x42369F) is known color: Blue Gem. HEX triplet: 42, 36 and 9F. RGB value is (66,54,159). Sum of RGB (Red+Green+Blue) = 66+54+159=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #42369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42369F is #BDC960. Grayscale: #454545. Windows color (decimal): -12437857 or 10434114. OLE color: 10434114.

HSL color Cylindrical-coordinate representation of color #42369F: hue angle of 246.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42369F is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 54 159 -
CMYK 0.58 0.66 0 0.38
HSL 246.86º 0.49% 0.42% -
HSV(B) 246.86º 0.66% 0.62% -
XYZ 9.82 6.3 33.5 -
YUV 69.56 178.48 125.46 -
System Red Green Blue C M Y K H S L
Decimal 66 54 159 0.58 0.66 0 0.38 246.86 0.49 0.42
Hex 42 36 9F 3A 42 0 26 F7 31 2A
Octal 102 66 237 72 102 0 46 367 61 52
Binary 1000010 110110 10011111 111010 1000010 0 100110 11110111 110001 101010

Color Harmonies of #42369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42369F

Black with #42369F

Text Example


Text Example

White with #42369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42369F; }

 p { color: rgb(66,54,159); }

 H1.HeaderClassName
 {
   color: #42369F;
 }
 .AnyTagClassName
 {
   color: #42369F;
 }
</style>

background-color css

<style>
 a { background-color: #42369F; }

 a { background-color: rgb(66,54,159); }

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

border-color css

<style>
 span { border-color: #42369F; }

 span { border-color: rgb(66,54,159); }

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