Html Css Color HEX #273ECF Persian Blue

📋 copy color: '#273ECF'

red 39 ◦ green 62 ◦ blue 207

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

Shades of Persian Blue #273ECF

Tints of Persian Blue #273ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.13%

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

R = 12.66%
G = 20.13%
B = 67.21%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#273ECF (or 0x273ECF) is known color: Persian Blue. HEX triplet: 27, 3E and CF. RGB value is (39,62,207). Sum of RGB (Red+Green+Blue) = 39+62+207=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #273ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ECF is #D8C130. Grayscale: #474747. Windows color (decimal): -14205233 or 13581863. OLE color: 13581863.

HSL color Cylindrical-coordinate representation of color #273ECF: hue angle of 231.79º 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 #273ECF is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 62 207 -
CMYK 0.81 0.70 0 0.19
HSL 231.79º 0.68% 0.48% -
HSV(B) 231.79º 0.81% 0.81% -
XYZ 13.82 8.38 59.92 -
YUV 71.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 39 62 207 0.81 0.70 0 0.19 231.79 0.68 0.48
Hex 27 3E CF 51 46 0 13 E8 44 30
Octal 47 76 317 121 106 0 23 350 104 60
Binary 100111 111110 11001111 1010001 1000110 0 10011 11101000 1000100 110000

Color Harmonies of #273ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ECF

Black with #273ECF

Text Example


Text Example

White with #273ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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