Html Css Color HEX #273BCC Persian Blue

📋 copy color: '#273BCC'

red 39 ◦ green 59 ◦ blue 204

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

Shades of Persian Blue #273BCC

Tints of Persian Blue #273BCC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.54%

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

R = 12.91%
G = 19.54%
B = 67.55%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#273BCC (or 0x273BCC) is known color: Persian Blue. HEX triplet: 27, 3B and CC. RGB value is (39,59,204). Sum of RGB (Red+Green+Blue) = 39+59+204=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #273BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BCC is #D8C433. Grayscale: #444444. Windows color (decimal): -14206004 or 13384487. OLE color: 13384487.

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

Color convert

RGB 39 59 204 -
CMYK 0.81 0.71 0 0.2
HSL 232.73º 0.68% 0.48% -
HSV(B) 232.73º 0.81% 0.8% -
XYZ 13.3 7.92 57.95 -
YUV 69.55 203.87 106.21 -
System Red Green Blue C M Y K H S L
Decimal 39 59 204 0.81 0.71 0 0.2 232.73 0.68 0.48
Hex 27 3B CC 51 47 0 14 E9 44 30
Octal 47 73 314 121 107 0 24 351 104 60
Binary 100111 111011 11001100 1010001 1000111 0 10100 11101001 1000100 110000

Color Harmonies of #273BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BCC

Black with #273BCC

Text Example


Text Example

White with #273BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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