Html Css Color HEX #423497 Blue Gem

📋 copy color: '#423497'

red 66 ◦ green 52 ◦ blue 151

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

Shades of Blue Gem #423497

Tints of Blue Gem #423497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 24.54%
G = 19.33%
B = 56.13%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423497 (or 0x423497) is known color: Blue Gem. HEX triplet: 42, 34 and 97. RGB value is (66,52,151). Sum of RGB (Red+Green+Blue) = 66+52+151=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #423497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423497 is #BDCB68. Grayscale: #434343. Windows color (decimal): -12438377 or 9909314. OLE color: 9909314.

HSL color Cylindrical-coordinate representation of color #423497: hue angle of 248.48º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423497 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 52 151 -
CMYK 0.56 0.66 0 0.41
HSL 248.48º 0.49% 0.4% -
HSV(B) 248.48º 0.66% 0.59% -
XYZ 9.06 5.85 29.93 -
YUV 67.47 175.14 126.95 -
System Red Green Blue C M Y K H S L
Decimal 66 52 151 0.56 0.66 0 0.41 248.48 0.49 0.4
Hex 42 34 97 38 42 0 29 F8 31 28
Octal 102 64 227 70 102 0 51 370 61 50
Binary 1000010 110100 10010111 111000 1000010 0 101001 11111000 110001 101000

Color Harmonies of #423497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423497

Black with #423497

Text Example


Text Example

White with #423497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423497; }

 p { color: rgb(66,52,151); }

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

background-color css

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

 a { background-color: rgb(66,52,151); }

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

border-color css

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

 span { border-color: rgb(66,52,151); }

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