Html Css Color HEX #42389B Blue Gem

📋 copy color: '#42389B'

red 66 ◦ green 56 ◦ blue 155

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

Shades of Blue Gem #42389B

Tints of Blue Gem #42389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 23.83%
G = 20.22%
B = 55.96%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42389B (or 0x42389B) is known color: Blue Gem. HEX triplet: 42, 38 and 9B. RGB value is (66,56,155). Sum of RGB (Red+Green+Blue) = 66+56+155=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #42389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42389B is #BDC764. Grayscale: #454545. Windows color (decimal): -12437349 or 10172482. OLE color: 10172482.

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

Color convert

RGB 66 56 155 -
CMYK 0.57 0.64 0 0.39
HSL 246.06º 0.47% 0.41% -
HSV(B) 246.06º 0.64% 0.61% -
XYZ 9.58 6.35 31.73 -
YUV 70.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 66 56 155 0.57 0.64 0 0.39 246.06 0.47 0.41
Hex 42 38 9B 39 40 0 27 F6 2F 29
Octal 102 70 233 71 100 0 47 366 57 51
Binary 1000010 111000 10011011 111001 1000000 0 100111 11110110 101111 101001

Color Harmonies of #42389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42389B

Black with #42389B

Text Example


Text Example

White with #42389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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