Html Css Color HEX #273DBA Persian Blue

📋 copy color: '#273DBA'

red 39 ◦ green 61 ◦ blue 186

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

Shades of Persian Blue #273DBA

Tints of Persian Blue #273DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 13.64%
G = 21.33%
B = 65.03%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#273DBA (or 0x273DBA) is known color: Persian Blue. HEX triplet: 27, 3D and BA. RGB value is (39,61,186). Sum of RGB (Red+Green+Blue) = 39+61+186=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #273DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DBA is #D8C245. Grayscale: #444444. Windows color (decimal): -14205510 or 12205351. OLE color: 12205351.

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

Color convert

RGB 39 61 186 -
CMYK 0.79 0.67 0 0.27
HSL 231.02º 0.65% 0.44% -
HSV(B) 231.02º 0.79% 0.73% -
XYZ 11.37 7.31 47.27 -
YUV 68.67 194.21 106.84 -
System Red Green Blue C M Y K H S L
Decimal 39 61 186 0.79 0.67 0 0.27 231.02 0.65 0.44
Hex 27 3D BA 4F 43 0 1B E7 41 2C
Octal 47 75 272 117 103 0 33 347 101 54
Binary 100111 111101 10111010 1001111 1000011 0 11011 11100111 1000001 101100

Color Harmonies of #273DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DBA

Black with #273DBA

Text Example


Text Example

White with #273DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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