Html Css Color HEX #341C58 Christalle

📋 copy color: '#341C58'

red 52 ◦ green 28 ◦ blue 88

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

Shades of Christalle #341C58

Tints of Christalle #341C58

RGB

 RED value IS 52 (20.7% from 255) = 30.95%

 GREEN value IS 28 (11.33% from 255) = 16.67%

 BLUE value IS 88 (34.77% from 255) = 52.38%

R = 30.95%
G = 16.67%
B = 52.38%

CMYK

 C value IS 0.41

 M value IS 0.68

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#341C58 (or 0x341C58) is known color: Christalle. HEX triplet: 34, 1C and 58. RGB value is (52,28,88). Sum of RGB (Red+Green+Blue) = 52+28+88=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #341C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341C58 is #CBE3A7. Grayscale: #292929. Windows color (decimal): -13362088 or 5774388. OLE color: 5774388.

HSL color Cylindrical-coordinate representation of color #341C58: hue angle of 264º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #341C58 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 28 88 -
CMYK 0.41 0.68 0 0.65
HSL 264º 0.52% 0.23% -
HSV(B) 264º 0.68% 0.35% -
XYZ 3.59 2.27 9.48 -
YUV 42.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 52 28 88 0.41 0.68 0 0.65 264 0.52 0.23
Hex 34 1C 58 29 44 0 41 108 34 17
Octal 64 34 130 51 104 0 101 410 64 27
Binary 110100 11100 1011000 101001 1000100 0 1000001 100001000 110100 10111

Color Harmonies of #341C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341C58

Black with #341C58

Text Example


Text Example

White with #341C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341C58; }

 p { color: rgb(52,28,88); }

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

background-color css

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

 a { background-color: rgb(52,28,88); }

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

border-color css

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

 span { border-color: rgb(52,28,88); }

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