Html Css Color HEX #273BBC Persian Blue

📋 copy color: '#273BBC'

red 39 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #273BBC

Tints of Persian Blue #273BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 13.64%
G = 20.63%
B = 65.73%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#273BBC (or 0x273BBC) is known color: Persian Blue. HEX triplet: 27, 3B and BC. RGB value is (39,59,188). Sum of RGB (Red+Green+Blue) = 39+59+188=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #273BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BBC is #D8C443. Grayscale: #434343. Windows color (decimal): -14206020 or 12335911. OLE color: 12335911.

HSL color Cylindrical-coordinate representation of color #273BBC: hue angle of 231.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273BBC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 59 188 -
CMYK 0.79 0.69 0 0.26
HSL 231.95º 0.66% 0.45% -
HSV(B) 231.95º 0.79% 0.74% -
XYZ 11.48 7.19 48.36 -
YUV 67.73 195.87 107.51 -
System Red Green Blue C M Y K H S L
Decimal 39 59 188 0.79 0.69 0 0.26 231.95 0.66 0.45
Hex 27 3B BC 4F 45 0 1A E8 42 2D
Octal 47 73 274 117 105 0 32 350 102 55
Binary 100111 111011 10111100 1001111 1000101 0 11010 11101000 1000010 101101

Color Harmonies of #273BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BBC

Black with #273BBC

Text Example


Text Example

White with #273BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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