Html Css Color HEX #3338AA Persian Blue

📋 copy color: '#3338AA'

red 51 ◦ green 56 ◦ blue 170

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

Shades of Persian Blue #3338AA

Tints of Persian Blue #3338AA

RGB

 RED value IS 51 (20.31% from 255) = 18.41%

 GREEN value IS 56 (22.27% from 255) = 20.22%

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

R = 18.41%
G = 20.22%
B = 61.37%

CMYK

 C value IS 0.7

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3338AA (or 0x3338AA) is known color: Persian Blue. HEX triplet: 33, 38 and AA. RGB value is (51,56,170). Sum of RGB (Red+Green+Blue) = 51+56+170=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #3338AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3338AA is #CCC755. Grayscale: #434343. Windows color (decimal): -13420374 or 11155507. OLE color: 11155507.

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

Color convert

RGB 51 56 170 -
CMYK 0.7 0.67 0 0.33
HSL 237.48º 0.54% 0.43% -
HSV(B) 237.48º 0.7% 0.67% -
XYZ 10.04 6.43 38.74 -
YUV 67.5 185.84 116.23 -
System Red Green Blue C M Y K H S L
Decimal 51 56 170 0.7 0.67 0 0.33 237.48 0.54 0.43
Hex 33 38 AA 46 43 0 21 ED 36 2B
Octal 63 70 252 106 103 0 41 355 66 53
Binary 110011 111000 10101010 1000110 1000011 0 100001 11101101 110110 101011

Color Harmonies of #3338AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3338AA

Black with #3338AA

Text Example


Text Example

White with #3338AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,56,170); }

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

background-color css

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

 a { background-color: rgb(51,56,170); }

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

border-color css

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

 span { border-color: rgb(51,56,170); }

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