Html Css Color HEX #273BDA Persian Blue

📋 copy color: '#273BDA'

red 39 ◦ green 59 ◦ blue 218

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

Shades of Persian Blue #273BDA

Tints of Persian Blue #273BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 12.34%
G = 18.67%
B = 68.99%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#273BDA (or 0x273BDA) is known color: Persian Blue. HEX triplet: 27, 3B and DA. RGB value is (39,59,218). Sum of RGB (Red+Green+Blue) = 39+59+218=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #273BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BDA is #D8C425. Grayscale: #464646. Windows color (decimal): -14205990 or 14301991. OLE color: 14301991.

HSL color Cylindrical-coordinate representation of color #273BDA: hue angle of 233.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273BDA is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 59 218 -
CMYK 0.82 0.73 0 0.15
HSL 233.3º 0.71% 0.5% -
HSV(B) 233.3º 0.82% 0.85% -
XYZ 15.06 8.62 67.2 -
YUV 71.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 39 59 218 0.82 0.73 0 0.15 233.3 0.71 0.5
Hex 27 3B DA 52 49 0 F E9 47 32
Octal 47 73 332 122 111 0 17 351 107 62
Binary 100111 111011 11011010 1010010 1001001 0 1111 11101001 1000111 110010

Color Harmonies of #273BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BDA

Black with #273BDA

Text Example


Text Example

White with #273BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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