Html Css Color HEX #273DB7 Persian Blue

📋 copy color: '#273DB7'

red 39 ◦ green 61 ◦ blue 183

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

Shades of Persian Blue #273DB7

Tints of Persian Blue #273DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 64.66%

R = 13.78%
G = 21.55%
B = 64.66%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#273DB7 (or 0x273DB7) is known color: Persian Blue. HEX triplet: 27, 3D and B7. RGB value is (39,61,183). Sum of RGB (Red+Green+Blue) = 39+61+183=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 183 (71.88% from 255 or 64.66% from 283); Max value from RGB is 183 - color contains mainly: blue. Hex color #273DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DB7 is #D8C248. Grayscale: #434343. Windows color (decimal): -14205513 or 12008743. OLE color: 12008743.

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

Color convert

RGB 39 61 183 -
CMYK 0.79 0.67 0 0.28
HSL 230.83º 0.65% 0.44% -
HSV(B) 230.83º 0.79% 0.72% -
XYZ 11.05 7.19 45.6 -
YUV 68.33 192.71 107.08 -
System Red Green Blue C M Y K H S L
Decimal 39 61 183 0.79 0.67 0 0.28 230.83 0.65 0.44
Hex 27 3D B7 4F 43 0 1C E7 41 2C
Octal 47 75 267 117 103 0 34 347 101 54
Binary 100111 111101 10110111 1001111 1000011 0 11100 11100111 1000001 101100

Color Harmonies of #273DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DB7

Black with #273DB7

Text Example


Text Example

White with #273DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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