Html Css Color HEX #273BCF Persian Blue

📋 copy color: '#273BCF'

red 39 ◦ green 59 ◦ blue 207

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

Shades of Persian Blue #273BCF

Tints of Persian Blue #273BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 12.79%
G = 19.34%
B = 67.87%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#273BCF (or 0x273BCF) is known color: Persian Blue. HEX triplet: 27, 3B and CF. RGB value is (39,59,207). Sum of RGB (Red+Green+Blue) = 39+59+207=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #273BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BCF is #D8C430. Grayscale: #454545. Windows color (decimal): -14206001 or 13581095. OLE color: 13581095.

HSL color Cylindrical-coordinate representation of color #273BCF: hue angle of 232.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273BCF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 59 207 -
CMYK 0.81 0.71 0 0.19
HSL 232.86º 0.68% 0.48% -
HSV(B) 232.86º 0.81% 0.81% -
XYZ 13.66 8.06 59.87 -
YUV 69.89 205.37 105.97 -
System Red Green Blue C M Y K H S L
Decimal 39 59 207 0.81 0.71 0 0.19 232.86 0.68 0.48
Hex 27 3B CF 51 47 0 13 E9 44 30
Octal 47 73 317 121 107 0 23 351 104 60
Binary 100111 111011 11001111 1010001 1000111 0 10011 11101001 1000100 110000

Color Harmonies of #273BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BCF

Black with #273BCF

Text Example


Text Example

White with #273BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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