Html Css Color HEX #423899 Blue Gem

📋 copy color: '#423899'

red 66 ◦ green 56 ◦ blue 153

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

Shades of Blue Gem #423899

Tints of Blue Gem #423899

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 153 (60.16% from 255) = 55.64%

R = 24%
G = 20.36%
B = 55.64%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#423899 (or 0x423899) is known color: Blue Gem. HEX triplet: 42, 38 and 99. RGB value is (66,56,153). Sum of RGB (Red+Green+Blue) = 66+56+153=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #423899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423899 is #BDC766. Grayscale: #454545. Windows color (decimal): -12437351 or 10041410. OLE color: 10041410.

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

Color convert

RGB 66 56 153 -
CMYK 0.57 0.63 0 0.4
HSL 246.19º 0.46% 0.41% -
HSV(B) 246.19º 0.63% 0.6% -
XYZ 9.41 6.29 30.85 -
YUV 70.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 66 56 153 0.57 0.63 0 0.4 246.19 0.46 0.41
Hex 42 38 99 39 3F 0 28 F6 2E 29
Octal 102 70 231 71 77 0 50 366 56 51
Binary 1000010 111000 10011001 111001 111111 0 101000 11110110 101110 101001

Color Harmonies of #423899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423899

Black with #423899

Text Example


Text Example

White with #423899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423899; }

 p { color: rgb(66,56,153); }

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

background-color css

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

 a { background-color: rgb(66,56,153); }

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

border-color css

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

 span { border-color: rgb(66,56,153); }

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