Html Css Color HEX #3138AC Persian Blue

📋 copy color: '#3138AC'

red 49 ◦ green 56 ◦ blue 172

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

Shades of Persian Blue #3138AC

Tints of Persian Blue #3138AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 17.69%
G = 20.22%
B = 62.09%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3138AC (or 0x3138AC) is known color: Persian Blue. HEX triplet: 31, 38 and AC. RGB value is (49,56,172). Sum of RGB (Red+Green+Blue) = 49+56+172=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3138AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3138AC is #CEC753. Grayscale: #424242. Windows color (decimal): -13551444 or 11286577. OLE color: 11286577.

HSL color Cylindrical-coordinate representation of color #3138AC: hue angle of 236.59º 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 #3138AC is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 56 172 -
CMYK 0.72 0.67 0 0.33
HSL 236.59º 0.56% 0.43% -
HSV(B) 236.59º 0.72% 0.67% -
XYZ 10.13 6.46 39.74 -
YUV 67.13 187.18 115.07 -
System Red Green Blue C M Y K H S L
Decimal 49 56 172 0.72 0.67 0 0.33 236.59 0.56 0.43
Hex 31 38 AC 48 43 0 21 ED 38 2B
Octal 61 70 254 110 103 0 41 355 70 53
Binary 110001 111000 10101100 1001000 1000011 0 100001 11101101 111000 101011

Color Harmonies of #3138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3138AC

Black with #3138AC

Text Example


Text Example

White with #3138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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