Html Css Color HEX #423798 Blue Gem

📋 copy color: '#423798'

red 66 ◦ green 55 ◦ blue 152

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

Shades of Blue Gem #423798

Tints of Blue Gem #423798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 152 (59.77% from 255) = 55.68%

R = 24.18%
G = 20.15%
B = 55.68%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#423798 (or 0x423798) is known color: Blue Gem. HEX triplet: 42, 37 and 98. RGB value is (66,55,152). Sum of RGB (Red+Green+Blue) = 66+55+152=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 152 (59.77% from 255 or 55.68% from 273); Max value from RGB is 152 - color contains mainly: blue. Hex color #423798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423798 is #BDC867. Grayscale: #444444. Windows color (decimal): -12437608 or 9975618. OLE color: 9975618.

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

Color convert

RGB 66 55 152 -
CMYK 0.57 0.64 0 0.40
HSL 246.8º 0.47% 0.41% -
HSV(B) 246.8º 0.64% 0.6% -
XYZ 9.28 6.16 30.41 -
YUV 69.35 174.64 125.61 -
System Red Green Blue C M Y K H S L
Decimal 66 55 152 0.57 0.64 0 0.40 246.8 0.47 0.41
Hex 42 37 98 39 40 0 28 F7 2F 29
Octal 102 67 230 71 100 0 50 367 57 51
Binary 1000010 110111 10011000 111001 1000000 0 101000 11110111 101111 101001

Color Harmonies of #423798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423798

Black with #423798

Text Example


Text Example

White with #423798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423798; }

 p { color: rgb(66,55,152); }

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

background-color css

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

 a { background-color: rgb(66,55,152); }

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

border-color css

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

 span { border-color: rgb(66,55,152); }

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