Html Css Color HEX #273BD5 Persian Blue

📋 copy color: '#273BD5'

red 39 ◦ green 59 ◦ blue 213

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

Shades of Persian Blue #273BD5

Tints of Persian Blue #273BD5

RGB

 RED value IS 39 (15.63% from 255) = 12.54%

 GREEN value IS 59 (23.44% from 255) = 18.97%

 BLUE value IS 213 (83.59% from 255) = 68.49%

R = 12.54%
G = 18.97%
B = 68.49%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#273BD5 (or 0x273BD5) is known color: Persian Blue. HEX triplet: 27, 3B and D5. RGB value is (39,59,213). Sum of RGB (Red+Green+Blue) = 39+59+213=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #273BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BD5 is #D8C42A. Grayscale: #454545. Windows color (decimal): -14205995 or 13974311. OLE color: 13974311.

HSL color Cylindrical-coordinate representation of color #273BD5: hue angle of 233.1º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273BD5 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 59 213 -
CMYK 0.82 0.72 0 0.16
HSL 233.1º 0.69% 0.49% -
HSV(B) 233.1º 0.82% 0.84% -
XYZ 14.41 8.36 63.81 -
YUV 70.58 208.37 105.48 -
System Red Green Blue C M Y K H S L
Decimal 39 59 213 0.82 0.72 0 0.16 233.1 0.69 0.49
Hex 27 3B D5 52 48 0 10 E9 45 31
Octal 47 73 325 122 110 0 20 351 105 61
Binary 100111 111011 11010101 1010010 1001000 0 10000 11101001 1000101 110001

Color Harmonies of #273BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BD5

Black with #273BD5

Text Example


Text Example

White with #273BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273BD5; }

 p { color: rgb(39,59,213); }

 H1.HeaderClassName
 {
   color: #273BD5;
 }
 .AnyTagClassName
 {
   color: #273BD5;
 }
</style>

background-color css

<style>
 a { background-color: #273BD5; }

 a { background-color: rgb(39,59,213); }

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

border-color css

<style>
 span { border-color: #273BD5; }

 span { border-color: rgb(39,59,213); }

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