Html Css Color HEX #423598 Blue Gem

📋 copy color: '#423598'

red 66 ◦ green 53 ◦ blue 152

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

Shades of Blue Gem #423598

Tints of Blue Gem #423598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.56%

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

R = 24.35%
G = 19.56%
B = 56.09%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#423598 (or 0x423598) is known color: Blue Gem. HEX triplet: 42, 35 and 98. RGB value is (66,53,152). Sum of RGB (Red+Green+Blue) = 66+53+152=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #423598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423598 is #BDCA67. Grayscale: #434343. Windows color (decimal): -12438120 or 9975106. OLE color: 9975106.

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

Color convert

RGB 66 53 152 -
CMYK 0.57 0.65 0 0.40
HSL 247.88º 0.48% 0.4% -
HSV(B) 247.88º 0.65% 0.6% -
XYZ 9.19 5.97 30.37 -
YUV 68.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 66 53 152 0.57 0.65 0 0.40 247.88 0.48 0.4
Hex 42 35 98 39 41 0 28 F8 30 28
Octal 102 65 230 71 101 0 50 370 60 50
Binary 1000010 110101 10011000 111001 1000001 0 101000 11111000 110000 101000

Color Harmonies of #423598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423598

Black with #423598

Text Example


Text Example

White with #423598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423598; }

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

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

background-color css

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

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

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

border-color css

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

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

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