Html Css Color HEX #273FCE Persian Blue

📋 copy color: '#273FCE'

red 39 ◦ green 63 ◦ blue 206

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

Shades of Persian Blue #273FCE

Tints of Persian Blue #273FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 12.66%
G = 20.45%
B = 66.88%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#273FCE (or 0x273FCE) is known color: Persian Blue. HEX triplet: 27, 3F and CE. RGB value is (39,63,206). Sum of RGB (Red+Green+Blue) = 39+63+206=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #273FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCE is #D8C031. Grayscale: #474747. Windows color (decimal): -14204978 or 13516583. OLE color: 13516583.

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

Color convert

RGB 39 63 206 -
CMYK 0.81 0.69 0 0.19
HSL 231.38º 0.68% 0.48% -
HSV(B) 231.38º 0.81% 0.81% -
XYZ 13.75 8.44 59.3 -
YUV 72.13 203.55 104.37 -
System Red Green Blue C M Y K H S L
Decimal 39 63 206 0.81 0.69 0 0.19 231.38 0.68 0.48
Hex 27 3F CE 51 45 0 13 E7 44 30
Octal 47 77 316 121 105 0 23 347 104 60
Binary 100111 111111 11001110 1010001 1000101 0 10011 11100111 1000100 110000

Color Harmonies of #273FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FCE

Black with #273FCE

Text Example


Text Example

White with #273FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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