Html Css Color HEX #453261 Jacarta

📋 copy color: '#453261'

red 69 ◦ green 50 ◦ blue 97

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

Shades of Jacarta #453261

Tints of Jacarta #453261

RGB

 RED value IS 69 (27.34% from 255) = 31.94%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 97 (38.28% from 255) = 44.91%

R = 31.94%
G = 23.15%
B = 44.91%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453261 (or 0x453261) is known color: Jacarta. HEX triplet: 45, 32 and 61. RGB value is (69,50,97). Sum of RGB (Red+Green+Blue) = 69+50+97=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 97 - color contains mainly: blue. Hex color #453261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453261 is #BACD9E. Grayscale: #3C3C3C. Windows color (decimal): -12242335 or 6369861. OLE color: 6369861.

HSL color Cylindrical-coordinate representation of color #453261: hue angle of 264.26º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #453261 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 50 97 -
CMYK 0.29 0.48 0 0.62
HSL 264.26º 0.32% 0.29% -
HSV(B) 264.26º 0.48% 0.38% -
XYZ 5.75 4.41 11.86 -
YUV 61.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 69 50 97 0.29 0.48 0 0.62 264.26 0.32 0.29
Hex 45 32 61 1D 30 0 3E 108 20 1D
Octal 105 62 141 35 60 0 76 410 40 35
Binary 1000101 110010 1100001 11101 110000 0 111110 100001000 100000 11101

Color Harmonies of #453261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453261

Black with #453261

Text Example


Text Example

White with #453261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453261; }

 p { color: rgb(69,50,97); }

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

background-color css

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

 a { background-color: rgb(69,50,97); }

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

border-color css

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

 span { border-color: rgb(69,50,97); }

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