Html Css Color HEX #273CBF Persian Blue

📋 copy color: '#273CBF'

red 39 ◦ green 60 ◦ blue 191

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

Shades of Persian Blue #273CBF

Tints of Persian Blue #273CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.86%

R = 13.45%
G = 20.69%
B = 65.86%

CMYK

 C value IS 0.80

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#273CBF (or 0x273CBF) is known color: Persian Blue. HEX triplet: 27, 3C and BF. RGB value is (39,60,191). Sum of RGB (Red+Green+Blue) = 39+60+191=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 191 (75% from 255 or 65.86% from 290); Max value from RGB is 191 - color contains mainly: blue. Hex color #273CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CBF is #D8C340. Grayscale: #444444. Windows color (decimal): -14205761 or 12532775. OLE color: 12532775.

HSL color Cylindrical-coordinate representation of color #273CBF: hue angle of 231.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273CBF is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 60 191 -
CMYK 0.80 0.69 0 0.25
HSL 231.71º 0.66% 0.45% -
HSV(B) 231.71º 0.8% 0.75% -
XYZ 11.86 7.42 50.1 -
YUV 68.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 39 60 191 0.80 0.69 0 0.25 231.71 0.66 0.45
Hex 27 3C BF 50 45 0 19 E8 42 2D
Octal 47 74 277 120 105 0 31 350 102 55
Binary 100111 111100 10111111 1010000 1000101 0 11001 11101000 1000010 101101

Color Harmonies of #273CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CBF

Black with #273CBF

Text Example


Text Example

White with #273CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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