Html Css Color HEX #273FCF Persian Blue

📋 copy color: '#273FCF'

red 39 ◦ green 63 ◦ blue 207

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

Shades of Persian Blue #273FCF

Tints of Persian Blue #273FCF

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

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

R = 12.62%
G = 20.39%
B = 66.99%

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

#273FCF (or 0x273FCF) is known color: Persian Blue. HEX triplet: 27, 3F and CF. RGB value is (39,63,207). Sum of RGB (Red+Green+Blue) = 39+63+207=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #273FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCF is #D8C030. Grayscale: #474747. Windows color (decimal): -14204977 or 13582119. OLE color: 13582119.

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

Color convert

RGB 39 63 207 -
CMYK 0.81 0.70 0 0.19
HSL 231.43º 0.68% 0.48% -
HSV(B) 231.43º 0.81% 0.81% -
XYZ 13.88 8.49 59.94 -
YUV 72.24 204.05 104.29 -
System Red Green Blue C M Y K H S L
Decimal 39 63 207 0.81 0.70 0 0.19 231.43 0.68 0.48
Hex 27 3F CF 51 46 0 13 E7 44 30
Octal 47 77 317 121 106 0 23 347 104 60
Binary 100111 111111 11001111 1010001 1000110 0 10011 11100111 1000100 110000

Color Harmonies of #273FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FCF

Black with #273FCF

Text Example


Text Example

White with #273FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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