Html Css Color HEX #43359C Blue Gem

📋 copy color: '#43359C'

red 67 ◦ green 53 ◦ blue 156

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

Shades of Blue Gem #43359C

Tints of Blue Gem #43359C

RGB

 RED value IS 67 (26.56% from 255) = 24.28%

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

 BLUE value IS 156 (61.33% from 255) = 56.52%

R = 24.28%
G = 19.2%
B = 56.52%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#43359C (or 0x43359C) is known color: Blue Gem. HEX triplet: 43, 35 and 9C. RGB value is (67,53,156). Sum of RGB (Red+Green+Blue) = 67+53+156=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #43359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43359C is #BCCA63. Grayscale: #444444. Windows color (decimal): -12372580 or 10237251. OLE color: 10237251.

HSL color Cylindrical-coordinate representation of color #43359C: hue angle of 248.16º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43359C is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 67 53 156 -
CMYK 0.57 0.66 0 0.39
HSL 248.16º 0.49% 0.41% -
HSV(B) 248.16º 0.66% 0.61% -
XYZ 9.59 6.14 32.13 -
YUV 68.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 67 53 156 0.57 0.66 0 0.39 248.16 0.49 0.41
Hex 43 35 9C 39 42 0 27 F8 31 29
Octal 103 65 234 71 102 0 47 370 61 51
Binary 1000011 110101 10011100 111001 1000010 0 100111 11111000 110001 101001

Color Harmonies of #43359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43359C

Black with #43359C

Text Example


Text Example

White with #43359C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43359C; }

 p { color: rgb(67,53,156); }

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

background-color css

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

 a { background-color: rgb(67,53,156); }

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

border-color css

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

 span { border-color: rgb(67,53,156); }

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