Html Css Color HEX #42369B Blue Gem

📋 copy color: '#42369B'

red 66 ◦ green 54 ◦ blue 155

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

Shades of Blue Gem #42369B

Tints of Blue Gem #42369B

RGB

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

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

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

R = 24%
G = 19.64%
B = 56.36%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42369B (or 0x42369B) is known color: Blue Gem. HEX triplet: 42, 36 and 9B. RGB value is (66,54,155). Sum of RGB (Red+Green+Blue) = 66+54+155=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #42369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42369B is #BDC964. Grayscale: #444444. Windows color (decimal): -12437861 or 10171970. OLE color: 10171970.

HSL color Cylindrical-coordinate representation of color #42369B: hue angle of 247.13º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42369B is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 54 155 -
CMYK 0.57 0.65 0 0.39
HSL 247.13º 0.48% 0.41% -
HSV(B) 247.13º 0.65% 0.61% -
XYZ 9.48 6.16 31.7 -
YUV 69.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 66 54 155 0.57 0.65 0 0.39 247.13 0.48 0.41
Hex 42 36 9B 39 41 0 27 F7 30 29
Octal 102 66 233 71 101 0 47 367 60 51
Binary 1000010 110110 10011011 111001 1000001 0 100111 11110111 110000 101001

Color Harmonies of #42369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42369B

Black with #42369B

Text Example


Text Example

White with #42369B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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