Html Css Color HEX #273FCC Persian Blue

📋 copy color: '#273FCC'

red 39 ◦ green 63 ◦ blue 204

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

Shades of Persian Blue #273FCC

Tints of Persian Blue #273FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 12.75%
G = 20.59%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#273FCC (or 0x273FCC) is known color: Persian Blue. HEX triplet: 27, 3F and CC. RGB value is (39,63,204). Sum of RGB (Red+Green+Blue) = 39+63+204=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #273FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FCC is #D8C033. Grayscale: #474747. Windows color (decimal): -14204980 or 13385511. OLE color: 13385511.

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

Color convert

RGB 39 63 204 -
CMYK 0.81 0.69 0 0.2
HSL 231.27º 0.68% 0.48% -
HSV(B) 231.27º 0.81% 0.8% -
XYZ 13.51 8.35 58.03 -
YUV 71.9 202.55 104.54 -
System Red Green Blue C M Y K H S L
Decimal 39 63 204 0.81 0.69 0 0.2 231.27 0.68 0.48
Hex 27 3F CC 51 45 0 14 E7 44 30
Octal 47 77 314 121 105 0 24 347 104 60
Binary 100111 111111 11001100 1010001 1000101 0 10100 11100111 1000100 110000

Color Harmonies of #273FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FCC

Black with #273FCC

Text Example


Text Example

White with #273FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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