Html Css Color HEX #273CBE Persian Blue

📋 copy color: '#273CBE'

red 39 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #273CBE

Tints of Persian Blue #273CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.74%

R = 13.49%
G = 20.76%
B = 65.74%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#273CBE (or 0x273CBE) is known color: Persian Blue. HEX triplet: 27, 3C and BE. RGB value is (39,60,190). Sum of RGB (Red+Green+Blue) = 39+60+190=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #273CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CBE is #D8C341. Grayscale: #444444. Windows color (decimal): -14205762 or 12467239. OLE color: 12467239.

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

Color convert

RGB 39 60 190 -
CMYK 0.79 0.68 0 0.25
HSL 231.66º 0.66% 0.45% -
HSV(B) 231.66º 0.79% 0.75% -
XYZ 11.75 7.38 49.52 -
YUV 68.54 196.54 106.93 -
System Red Green Blue C M Y K H S L
Decimal 39 60 190 0.79 0.68 0 0.25 231.66 0.66 0.45
Hex 27 3C BE 4F 44 0 19 E8 42 2D
Octal 47 74 276 117 104 0 31 350 102 55
Binary 100111 111100 10111110 1001111 1000100 0 11001 11101000 1000010 101101

Color Harmonies of #273CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CBE

Black with #273CBE

Text Example


Text Example

White with #273CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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