Html Css Color HEX #423BB1 Blue Gem

📋 copy color: '#423BB1'

red 66 ◦ green 59 ◦ blue 177

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

Shades of Blue Gem #423BB1

Tints of Blue Gem #423BB1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

 BLUE value IS 177 (69.53% from 255) = 58.61%

R = 21.85%
G = 19.54%
B = 58.61%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#423BB1 (or 0x423BB1) is known color: Blue Gem. HEX triplet: 42, 3B and B1. RGB value is (66,59,177). Sum of RGB (Red+Green+Blue) = 66+59+177=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 177 (69.53% from 255 or 58.61% from 302); Max value from RGB is 177 - color contains mainly: blue. Hex color #423BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423BB1 is #BDC44E. Grayscale: #4A4A4A. Windows color (decimal): -12436559 or 11615042. OLE color: 11615042.

HSL color Cylindrical-coordinate representation of color #423BB1: hue angle of 243.56º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423BB1 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 59 177 -
CMYK 0.63 0.67 0 0.31
HSL 243.56º 0.5% 0.46% -
HSV(B) 243.56º 0.67% 0.69% -
XYZ 11.75 7.46 42.42 -
YUV 74.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 66 59 177 0.63 0.67 0 0.31 243.56 0.5 0.46
Hex 42 3B B1 3F 43 0 1F F4 32 2E
Octal 102 73 261 77 103 0 37 364 62 56
Binary 1000010 111011 10110001 111111 1000011 0 11111 11110100 110010 101110

Color Harmonies of #423BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423BB1

Black with #423BB1

Text Example


Text Example

White with #423BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423BB1; }

 p { color: rgb(66,59,177); }

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

background-color css

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

 a { background-color: rgb(66,59,177); }

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

border-color css

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

 span { border-color: rgb(66,59,177); }

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