Html Css Color HEX #313AB0 Persian Blue

📋 copy color: '#313AB0'

red 49 ◦ green 58 ◦ blue 176

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

Shades of Persian Blue #313AB0

Tints of Persian Blue #313AB0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.49%

 BLUE value IS 176 (69.14% from 255) = 62.19%

R = 17.31%
G = 20.49%
B = 62.19%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#313AB0 (or 0x313AB0) is known color: Persian Blue. HEX triplet: 31, 3A and B0. RGB value is (49,58,176). Sum of RGB (Red+Green+Blue) = 49+58+176=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #313AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AB0 is #CEC54F. Grayscale: #444444. Windows color (decimal): -13550928 or 11549233. OLE color: 11549233.

HSL color Cylindrical-coordinate representation of color #313AB0: hue angle of 235.75º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #313AB0 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 58 176 -
CMYK 0.72 0.67 0 0.31
HSL 235.75º 0.56% 0.44% -
HSV(B) 235.75º 0.72% 0.69% -
XYZ 10.62 6.81 41.83 -
YUV 68.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 49 58 176 0.72 0.67 0 0.31 235.75 0.56 0.44
Hex 31 3A B0 48 43 0 1F EC 38 2C
Octal 61 72 260 110 103 0 37 354 70 54
Binary 110001 111010 10110000 1001000 1000011 0 11111 11101100 111000 101100

Color Harmonies of #313AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AB0

Black with #313AB0

Text Example


Text Example

White with #313AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313AB0; }

 p { color: rgb(49,58,176); }

 H1.HeaderClassName
 {
   color: #313AB0;
 }
 .AnyTagClassName
 {
   color: #313AB0;
 }
</style>

background-color css

<style>
 a { background-color: #313AB0; }

 a { background-color: rgb(49,58,176); }

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

border-color css

<style>
 span { border-color: #313AB0; }

 span { border-color: rgb(49,58,176); }

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