Html Css Color HEX #423094 Blue Gem

📋 copy color: '#423094'

red 66 ◦ green 48 ◦ blue 148

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

Shades of Blue Gem #423094

Tints of Blue Gem #423094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 148 (58.2% from 255) = 56.49%

R = 25.19%
G = 18.32%
B = 56.49%

CMYK

 C value IS 0.55

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423094 (or 0x423094) is known color: Blue Gem. HEX triplet: 42, 30 and 94. RGB value is (66,48,148). Sum of RGB (Red+Green+Blue) = 66+48+148=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #423094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423094 is #BDCF6B. Grayscale: #404040. Windows color (decimal): -12439404 or 9711682. OLE color: 9711682.

HSL color Cylindrical-coordinate representation of color #423094: hue angle of 250.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423094 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 48 148 -
CMYK 0.55 0.68 0 0.42
HSL 250.8º 0.51% 0.38% -
HSV(B) 250.8º 0.68% 0.58% -
XYZ 8.65 5.41 28.61 -
YUV 64.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 66 48 148 0.55 0.68 0 0.42 250.8 0.51 0.38
Hex 42 30 94 37 44 0 2A FB 33 26
Octal 102 60 224 67 104 0 52 373 63 46
Binary 1000010 110000 10010100 110111 1000100 0 101010 11111011 110011 100110

Color Harmonies of #423094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423094

Black with #423094

Text Example


Text Example

White with #423094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423094; }

 p { color: rgb(66,48,148); }

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

background-color css

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

 a { background-color: rgb(66,48,148); }

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

border-color css

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

 span { border-color: rgb(66,48,148); }

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