Html Css Color HEX #273FBC Persian Blue

📋 copy color: '#273FBC'

red 39 ◦ green 63 ◦ blue 188

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

Shades of Persian Blue #273FBC

Tints of Persian Blue #273FBC

RGB

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

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

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

R = 13.45%
G = 21.72%
B = 64.83%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#273FBC (or 0x273FBC) is known color: Persian Blue. HEX triplet: 27, 3F and BC. RGB value is (39,63,188). Sum of RGB (Red+Green+Blue) = 39+63+188=290 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.45% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #273FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273FBC is #D8C043. Grayscale: #454545. Windows color (decimal): -14204996 or 12336935. OLE color: 12336935.

HSL color Cylindrical-coordinate representation of color #273FBC: hue angle of 230.34º 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 #273FBC is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 63 188 -
CMYK 0.79 0.66 0 0.26
HSL 230.34º 0.66% 0.45% -
HSV(B) 230.34º 0.79% 0.74% -
XYZ 11.69 7.62 48.43 -
YUV 70.07 194.55 105.84 -
System Red Green Blue C M Y K H S L
Decimal 39 63 188 0.79 0.66 0 0.26 230.34 0.66 0.45
Hex 27 3F BC 4F 42 0 1A E6 42 2D
Octal 47 77 274 117 102 0 32 346 102 55
Binary 100111 111111 10111100 1001111 1000010 0 11010 11100110 1000010 101101

Color Harmonies of #273FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273FBC

Black with #273FBC

Text Example


Text Example

White with #273FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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