Html Css Color HEX #423698 Blue Gem

📋 copy color: '#423698'

red 66 ◦ green 54 ◦ blue 152

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

Shades of Blue Gem #423698

Tints of Blue Gem #423698

RGB

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

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

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

R = 24.26%
G = 19.85%
B = 55.88%

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

#423698 (or 0x423698) is known color: Blue Gem. HEX triplet: 42, 36 and 98. RGB value is (66,54,152). Sum of RGB (Red+Green+Blue) = 66+54+152=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 152 (59.77% from 255 or 55.88% from 272); Max value from RGB is 152 - color contains mainly: blue. Hex color #423698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423698 is #BDC967. Grayscale: #444444. Windows color (decimal): -12437864 or 9975362. OLE color: 9975362.

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

Color convert

RGB 66 54 152 -
CMYK 0.57 0.64 0 0.40
HSL 247.35º 0.48% 0.4% -
HSV(B) 247.35º 0.64% 0.6% -
XYZ 9.23 6.06 30.39 -
YUV 68.76 174.98 126.03 -
System Red Green Blue C M Y K H S L
Decimal 66 54 152 0.57 0.64 0 0.40 247.35 0.48 0.4
Hex 42 36 98 39 40 0 28 F7 30 28
Octal 102 66 230 71 100 0 50 367 60 50
Binary 1000010 110110 10011000 111001 1000000 0 101000 11110111 110000 101000

Color Harmonies of #423698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423698

Black with #423698

Text Example


Text Example

White with #423698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423698; }

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

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

background-color css

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

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

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

border-color css

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

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

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