Html Css Color HEX #423697 Blue Gem

📋 copy color: '#423697'

red 66 ◦ green 54 ◦ blue 151

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

Shades of Blue Gem #423697

Tints of Blue Gem #423697

RGB

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

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

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

R = 24.35%
G = 19.93%
B = 55.72%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#423697 (or 0x423697) is known color: Blue Gem. HEX triplet: 42, 36 and 97. RGB value is (66,54,151). Sum of RGB (Red+Green+Blue) = 66+54+151=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #423697 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423697 is #BDC968. Grayscale: #444444. Windows color (decimal): -12437865 or 9909826. OLE color: 9909826.

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

Color convert

RGB 66 54 151 -
CMYK 0.56 0.64 0 0.41
HSL 247.42º 0.47% 0.4% -
HSV(B) 247.42º 0.64% 0.59% -
XYZ 9.15 6.03 29.96 -
YUV 68.65 174.48 126.11 -
System Red Green Blue C M Y K H S L
Decimal 66 54 151 0.56 0.64 0 0.41 247.42 0.47 0.4
Hex 42 36 97 38 40 0 29 F7 2F 28
Octal 102 66 227 70 100 0 51 367 57 50
Binary 1000010 110110 10010111 111000 1000000 0 101001 11110111 101111 101000

Color Harmonies of #423697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423697

Black with #423697

Text Example


Text Example

White with #423697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423697; }

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

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

background-color css

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

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

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

border-color css

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

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

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