Html Css Color HEX #2339AA Persian Blue

📋 copy color: '#2339AA'

red 35 ◦ green 57 ◦ blue 170

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

Shades of Persian Blue #2339AA

Tints of Persian Blue #2339AA

RGB

 RED value IS 35 (14.06% from 255) = 13.36%

 GREEN value IS 57 (22.66% from 255) = 21.76%

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 13.36%
G = 21.76%
B = 64.89%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2339AA (or 0x2339AA) is known color: Persian Blue. HEX triplet: 23, 39 and AA. RGB value is (35,57,170). Sum of RGB (Red+Green+Blue) = 35+57+170=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #2339AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2339AA is #DCC655. Grayscale: #3E3E3E. Windows color (decimal): -14468694 or 11155747. OLE color: 11155747.

HSL color Cylindrical-coordinate representation of color #2339AA: hue angle of 230.22º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2339AA is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 57 170 -
CMYK 0.79 0.66 0 0.33
HSL 230.22º 0.66% 0.4% -
HSV(B) 230.22º 0.79% 0.67% -
XYZ 9.41 6.19 38.73 -
YUV 63.3 188.21 107.81 -
System Red Green Blue C M Y K H S L
Decimal 35 57 170 0.79 0.66 0 0.33 230.22 0.66 0.4
Hex 23 39 AA 4F 42 0 21 E6 42 28
Octal 43 71 252 117 102 0 41 346 102 50
Binary 100011 111001 10101010 1001111 1000010 0 100001 11100110 1000010 101000

Color Harmonies of #2339AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2339AA

Black with #2339AA

Text Example


Text Example

White with #2339AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2339AA; }

 p { color: rgb(35,57,170); }

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

background-color css

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

 a { background-color: rgb(35,57,170); }

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

border-color css

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

 span { border-color: rgb(35,57,170); }

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