Html Css Color HEX #273CBB Persian Blue

📋 copy color: '#273CBB'

red 39 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #273CBB

Tints of Persian Blue #273CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.98%

 BLUE value IS 187 (73.44% from 255) = 65.38%

R = 13.64%
G = 20.98%
B = 65.38%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#273CBB (or 0x273CBB) is known color: Persian Blue. HEX triplet: 27, 3C and BB. RGB value is (39,60,187). Sum of RGB (Red+Green+Blue) = 39+60+187=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #273CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CBB is #D8C344. Grayscale: #434343. Windows color (decimal): -14205765 or 12270631. OLE color: 12270631.

HSL color Cylindrical-coordinate representation of color #273CBB: hue angle of 231.49º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273CBB is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 60 187 -
CMYK 0.79 0.68 0 0.27
HSL 231.49º 0.65% 0.44% -
HSV(B) 231.49º 0.79% 0.73% -
XYZ 11.42 7.25 47.81 -
YUV 68.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 39 60 187 0.79 0.68 0 0.27 231.49 0.65 0.44
Hex 27 3C BB 4F 44 0 1B E7 41 2C
Octal 47 74 273 117 104 0 33 347 101 54
Binary 100111 111100 10111011 1001111 1000100 0 11011 11100111 1000001 101100

Color Harmonies of #273CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CBB

Black with #273CBB

Text Example


Text Example

White with #273CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,60,187); }

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

background-color css

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

 a { background-color: rgb(39,60,187); }

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

border-color css

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

 span { border-color: rgb(39,60,187); }

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