Html Css Color HEX #273DCC Persian Blue

📋 copy color: '#273DCC'

red 39 ◦ green 61 ◦ blue 204

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

Shades of Persian Blue #273DCC

Tints of Persian Blue #273DCC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 12.83%
G = 20.07%
B = 67.11%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#273DCC (or 0x273DCC) is known color: Persian Blue. HEX triplet: 27, 3D and CC. RGB value is (39,61,204). Sum of RGB (Red+Green+Blue) = 39+61+204=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #273DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DCC is #D8C233. Grayscale: #464646. Windows color (decimal): -14205492 or 13384999. OLE color: 13384999.

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

Color convert

RGB 39 61 204 -
CMYK 0.81 0.70 0 0.2
HSL 232º 0.68% 0.48% -
HSV(B) 232º 0.81% 0.8% -
XYZ 13.4 8.13 57.99 -
YUV 70.72 203.21 105.37 -
System Red Green Blue C M Y K H S L
Decimal 39 61 204 0.81 0.70 0 0.2 232 0.68 0.48
Hex 27 3D CC 51 46 0 14 E8 44 30
Octal 47 75 314 121 106 0 24 350 104 60
Binary 100111 111101 11001100 1010001 1000110 0 10100 11101000 1000100 110000

Color Harmonies of #273DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DCC

Black with #273DCC

Text Example


Text Example

White with #273DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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