Html Css Color HEX #273FCD Persian Blue

📋 copy color: '#273FCD'

red 39 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #273FCD

Tints of Persian Blue #273FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.78%

R = 12.7%
G = 20.52%
B = 66.78%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#273FCD (or 0x273FCD) is known color: Persian Blue. HEX triplet: 27, 3F and CD. RGB value is (39,63,205). Sum of RGB (Red+Green+Blue) = 39+63+205=307 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.70% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 205 (80.47% from 255 or 66.78% from 307); Max value from RGB is 205 - color contains mainly: blue. Hex color #273FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCD is #D8C032. Grayscale: #474747. Windows color (decimal): -14204979 or 13451047. OLE color: 13451047.

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

Color convert

RGB 39 63 205 -
CMYK 0.81 0.69 0 0.20
HSL 231.33º 0.68% 0.48% -
HSV(B) 231.33º 0.81% 0.8% -
XYZ 13.63 8.39 58.66 -
YUV 72.01 203.05 104.45 -
System Red Green Blue C M Y K H S L
Decimal 39 63 205 0.81 0.69 0 0.20 231.33 0.68 0.48
Hex 27 3F CD 51 45 0 14 E7 44 30
Octal 47 77 315 121 105 0 24 347 104 60
Binary 100111 111111 11001101 1010001 1000101 0 10100 11100111 1000100 110000

Color Harmonies of #273FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FCD

Black with #273FCD

Text Example


Text Example

White with #273FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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