Html Css Color HEX #273FCA Persian Blue

📋 copy color: '#273FCA'

red 39 ◦ green 63 ◦ blue 202

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

Shades of Persian Blue #273FCA

Tints of Persian Blue #273FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.45%

R = 12.83%
G = 20.72%
B = 66.45%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#273FCA (or 0x273FCA) is known color: Persian Blue. HEX triplet: 27, 3F and CA. RGB value is (39,63,202). Sum of RGB (Red+Green+Blue) = 39+63+202=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 202 (79.30% from 255 or 66.45% from 304); Max value from RGB is 202 - color contains mainly: blue. Hex color #273FCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCA is #D8C035. Grayscale: #474747. Windows color (decimal): -14204982 or 13254439. OLE color: 13254439.

HSL color Cylindrical-coordinate representation of color #273FCA: hue angle of 231.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273FCA is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 63 202 -
CMYK 0.81 0.69 0 0.21
HSL 231.17º 0.68% 0.47% -
HSV(B) 231.17º 0.81% 0.79% -
XYZ 13.27 8.25 56.77 -
YUV 71.67 201.55 104.7 -
System Red Green Blue C M Y K H S L
Decimal 39 63 202 0.81 0.69 0 0.21 231.17 0.68 0.47
Hex 27 3F CA 51 45 0 15 E7 44 2F
Octal 47 77 312 121 105 0 25 347 104 57
Binary 100111 111111 11001010 1010001 1000101 0 10101 11100111 1000100 101111

Color Harmonies of #273FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FCA

Black with #273FCA

Text Example


Text Example

White with #273FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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