Html Css Color HEX #273DB8 Persian Blue

📋 copy color: '#273DB8'

red 39 ◦ green 61 ◦ blue 184

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

Shades of Persian Blue #273DB8

Tints of Persian Blue #273DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 64.79%

R = 13.73%
G = 21.48%
B = 64.79%

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

#273DB8 (or 0x273DB8) is known color: Persian Blue. HEX triplet: 27, 3D and B8. RGB value is (39,61,184). Sum of RGB (Red+Green+Blue) = 39+61+184=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 184 (72.27% from 255 or 64.79% from 284); Max value from RGB is 184 - color contains mainly: blue. Hex color #273DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DB8 is #D8C247. Grayscale: #434343. Windows color (decimal): -14205512 or 12074279. OLE color: 12074279.

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

Color convert

RGB 39 61 184 -
CMYK 0.79 0.67 0 0.28
HSL 230.9º 0.65% 0.44% -
HSV(B) 230.9º 0.79% 0.72% -
XYZ 11.16 7.23 46.15 -
YUV 68.44 193.21 107 -
System Red Green Blue C M Y K H S L
Decimal 39 61 184 0.79 0.67 0 0.28 230.9 0.65 0.44
Hex 27 3D B8 4F 43 0 1C E7 41 2C
Octal 47 75 270 117 103 0 34 347 101 54
Binary 100111 111101 10111000 1001111 1000011 0 11100 11100111 1000001 101100

Color Harmonies of #273DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DB8

Black with #273DB8

Text Example


Text Example

White with #273DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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