Html Css Color HEX #434198 Dark Slate Blue

📋 copy color: '#434198'

red 67 ◦ green 65 ◦ blue 152

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

Shades of Dark Slate Blue #434198

Tints of Dark Slate Blue #434198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 23.59%
G = 22.89%
B = 53.52%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#434198 (or 0x434198) is known color: Dark Slate Blue. HEX triplet: 43, 41 and 98. RGB value is (67,65,152). Sum of RGB (Red+Green+Blue) = 67+65+152=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #434198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434198 is #BCBE67. Grayscale: #4B4B4B. Windows color (decimal): -12369512 or 9978179. OLE color: 9978179.

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

Color convert

RGB 67 65 152 -
CMYK 0.56 0.57 0 0.40
HSL 241.38º 0.4% 0.43% -
HSV(B) 241.38º 0.57% 0.6% -
XYZ 9.87 7.24 30.58 -
YUV 75.52 171.16 121.93 -
System Red Green Blue C M Y K H S L
Decimal 67 65 152 0.56 0.57 0 0.40 241.38 0.4 0.43
Hex 43 41 98 38 39 0 28 F1 28 2B
Octal 103 101 230 70 71 0 50 361 50 53
Binary 1000011 1000001 10011000 111000 111001 0 101000 11110001 101000 101011

Color Harmonies of #434198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434198

Black with #434198

Text Example


Text Example

White with #434198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434198; }

 p { color: rgb(67,65,152); }

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

background-color css

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

 a { background-color: rgb(67,65,152); }

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

border-color css

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

 span { border-color: rgb(67,65,152); }

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