Html Css Color HEX #313ABC Persian Blue

📋 copy color: '#313ABC'

red 49 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #313ABC

Tints of Persian Blue #313ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 16.61%
G = 19.66%
B = 63.73%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#313ABC (or 0x313ABC) is known color: Persian Blue. HEX triplet: 31, 3A and BC. RGB value is (49,58,188). Sum of RGB (Red+Green+Blue) = 49+58+188=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #313ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313ABC is #CEC543. Grayscale: #454545. Windows color (decimal): -13550916 or 12335665. OLE color: 12335665.

HSL color Cylindrical-coordinate representation of color #313ABC: hue angle of 236.12º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #313ABC is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 58 188 -
CMYK 0.74 0.69 0 0.26
HSL 236.12º 0.59% 0.46% -
HSV(B) 236.12º 0.74% 0.74% -
XYZ 11.86 7.31 48.36 -
YUV 70.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 49 58 188 0.74 0.69 0 0.26 236.12 0.59 0.46
Hex 31 3A BC 4A 45 0 1A EC 3B 2E
Octal 61 72 274 112 105 0 32 354 73 56
Binary 110001 111010 10111100 1001010 1000101 0 11010 11101100 111011 101110

Color Harmonies of #313ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313ABC

Black with #313ABC

Text Example


Text Example

White with #313ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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