Html Css Color HEX #341B6D Christalle

📋 copy color: '#341B6D'

red 52 ◦ green 27 ◦ blue 109

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

Shades of Christalle #341B6D

Tints of Christalle #341B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

 BLUE value IS 109 (42.97% from 255) = 57.98%

R = 27.66%
G = 14.36%
B = 57.98%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#341B6D (or 0x341B6D) is known color: Christalle. HEX triplet: 34, 1B and 6D. RGB value is (52,27,109). Sum of RGB (Red+Green+Blue) = 52+27+109=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #341B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341B6D is #CBE492. Grayscale: #2B2B2B. Windows color (decimal): -13362323 or 7150388. OLE color: 7150388.

HSL color Cylindrical-coordinate representation of color #341B6D: hue angle of 258.29º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #341B6D is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 27 109 -
CMYK 0.52 0.75 0 0.57
HSL 258.29º 0.6% 0.27% -
HSV(B) 258.29º 0.75% 0.43% -
XYZ 4.57 2.62 14.73 -
YUV 43.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 52 27 109 0.52 0.75 0 0.57 258.29 0.6 0.27
Hex 34 1B 6D 34 4B 0 39 102 3C 1B
Octal 64 33 155 64 113 0 71 402 74 33
Binary 110100 11011 1101101 110100 1001011 0 111001 100000010 111100 11011

Color Harmonies of #341B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341B6D

Black with #341B6D

Text Example


Text Example

White with #341B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,27,109); }

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

background-color css

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

 a { background-color: rgb(52,27,109); }

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

border-color css

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

 span { border-color: rgb(52,27,109); }

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