Html Css Color HEX #3138AD Persian Blue

📋 copy color: '#3138AD'

red 49 ◦ green 56 ◦ blue 173

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

Shades of Persian Blue #3138AD

Tints of Persian Blue #3138AD

RGB

 RED value IS 49 (19.53% from 255) = 17.63%

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

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 17.63%
G = 20.14%
B = 62.23%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3138AD (or 0x3138AD) is known color: Persian Blue. HEX triplet: 31, 38 and AD. RGB value is (49,56,173). Sum of RGB (Red+Green+Blue) = 49+56+173=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #3138AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3138AD is #CEC752. Grayscale: #424242. Windows color (decimal): -13551443 or 11352113. OLE color: 11352113.

HSL color Cylindrical-coordinate representation of color #3138AD: hue angle of 236.61º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3138AD is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 56 173 -
CMYK 0.72 0.68 0 0.32
HSL 236.61º 0.56% 0.44% -
HSV(B) 236.61º 0.72% 0.68% -
XYZ 10.22 6.5 40.25 -
YUV 67.25 187.68 114.99 -
System Red Green Blue C M Y K H S L
Decimal 49 56 173 0.72 0.68 0 0.32 236.61 0.56 0.44
Hex 31 38 AD 48 44 0 20 ED 38 2C
Octal 61 70 255 110 104 0 40 355 70 54
Binary 110001 111000 10101101 1001000 1000100 0 100000 11101101 111000 101100

Color Harmonies of #3138AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3138AD

Black with #3138AD

Text Example


Text Example

White with #3138AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3138AD; }

 p { color: rgb(49,56,173); }

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

background-color css

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

 a { background-color: rgb(49,56,173); }

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

border-color css

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

 span { border-color: rgb(49,56,173); }

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