Html Css Color HEX #273DB5 Persian Blue

📋 copy color: '#273DB5'

red 39 ◦ green 61 ◦ blue 181

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

Shades of Persian Blue #273DB5

Tints of Persian Blue #273DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.41%

R = 13.88%
G = 21.71%
B = 64.41%

CMYK

 C value IS 0.78

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#273DB5 (or 0x273DB5) is known color: Persian Blue. HEX triplet: 27, 3D and B5. RGB value is (39,61,181). Sum of RGB (Red+Green+Blue) = 39+61+181=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 181 (71.09% from 255 or 64.41% from 281); Max value from RGB is 181 - color contains mainly: blue. Hex color #273DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273DB5 is #D8C24A. Grayscale: #434343. Windows color (decimal): -14205515 or 11877671. OLE color: 11877671.

HSL color Cylindrical-coordinate representation of color #273DB5: hue angle of 230.7º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #273DB5 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 39 61 181 -
CMYK 0.78 0.66 0 0.29
HSL 230.7º 0.65% 0.43% -
HSV(B) 230.7º 0.78% 0.71% -
XYZ 10.85 7.11 44.52 -
YUV 68.1 191.71 107.24 -
System Red Green Blue C M Y K H S L
Decimal 39 61 181 0.78 0.66 0 0.29 230.7 0.65 0.43
Hex 27 3D B5 4E 42 0 1D E7 41 2B
Octal 47 75 265 116 102 0 35 347 101 53
Binary 100111 111101 10110101 1001110 1000010 0 11101 11100111 1000001 101011

Color Harmonies of #273DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273DB5

Black with #273DB5

Text Example


Text Example

White with #273DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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