Html Css Color HEX #273CCA Persian Blue

📋 copy color: '#273CCA'

red 39 ◦ green 60 ◦ blue 202

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

Shades of Persian Blue #273CCA

Tints of Persian Blue #273CCA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.93%

 BLUE value IS 202 (79.3% from 255) = 67.11%

R = 12.96%
G = 19.93%
B = 67.11%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#273CCA (or 0x273CCA) is known color: Persian Blue. HEX triplet: 27, 3C and CA. RGB value is (39,60,202). Sum of RGB (Red+Green+Blue) = 39+60+202=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 202 (79.30% from 255 or 67.11% from 301); Max value from RGB is 202 - color contains mainly: blue. Hex color #273CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CCA is #D8C335. Grayscale: #454545. Windows color (decimal): -14205750 or 13253671. OLE color: 13253671.

HSL color Cylindrical-coordinate representation of color #273CCA: hue angle of 232.27º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273CCA is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 60 202 -
CMYK 0.81 0.70 0 0.21
HSL 232.27º 0.68% 0.47% -
HSV(B) 232.27º 0.81% 0.79% -
XYZ 13.11 7.93 56.72 -
YUV 69.91 202.54 105.95 -
System Red Green Blue C M Y K H S L
Decimal 39 60 202 0.81 0.70 0 0.21 232.27 0.68 0.47
Hex 27 3C CA 51 46 0 15 E8 44 2F
Octal 47 74 312 121 106 0 25 350 104 57
Binary 100111 111100 11001010 1010001 1000110 0 10101 11101000 1000100 101111

Color Harmonies of #273CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CCA

Black with #273CCA

Text Example


Text Example

White with #273CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,202); }

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

background-color css

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

 a { background-color: rgb(39,60,202); }

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

border-color css

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

 span { border-color: rgb(39,60,202); }

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