Html Css Color HEX #3036AA Persian Blue

📋 copy color: '#3036AA'

red 48 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #3036AA

Tints of Persian Blue #3036AA

RGB

 RED value IS 48 (19.14% from 255) = 17.65%

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 17.65%
G = 19.85%
B = 62.5%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3036AA (or 0x3036AA) is known color: Persian Blue. HEX triplet: 30, 36 and AA. RGB value is (48,54,170). Sum of RGB (Red+Green+Blue) = 48+54+170=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #3036AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3036AA is #CFC955. Grayscale: #404040. Windows color (decimal): -13617494 or 11154992. OLE color: 11154992.

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

Color convert

RGB 48 54 170 -
CMYK 0.72 0.68 0 0.33
HSL 237.05º 0.56% 0.43% -
HSV(B) 237.05º 0.72% 0.67% -
XYZ 9.79 6.17 38.7 -
YUV 65.43 187.01 115.57 -
System Red Green Blue C M Y K H S L
Decimal 48 54 170 0.72 0.68 0 0.33 237.05 0.56 0.43
Hex 30 36 AA 48 44 0 21 ED 38 2B
Octal 60 66 252 110 104 0 41 355 70 53
Binary 110000 110110 10101010 1001000 1000100 0 100001 11101101 111000 101011

Color Harmonies of #3036AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3036AA

Black with #3036AA

Text Example


Text Example

White with #3036AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,54,170); }

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

background-color css

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

 a { background-color: rgb(48,54,170); }

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

border-color css

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

 span { border-color: rgb(48,54,170); }

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