Html Css Color HEX #273BC2 Persian Blue

📋 copy color: '#273BC2'

red 39 ◦ green 59 ◦ blue 194

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

Shades of Persian Blue #273BC2

Tints of Persian Blue #273BC2

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.21%

 BLUE value IS 194 (76.17% from 255) = 66.44%

R = 13.36%
G = 20.21%
B = 66.44%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#273BC2 (or 0x273BC2) is known color: Persian Blue. HEX triplet: 27, 3B and C2. RGB value is (39,59,194). Sum of RGB (Red+Green+Blue) = 39+59+194=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 194 (76.17% from 255 or 66.44% from 292); Max value from RGB is 194 - color contains mainly: blue. Hex color #273BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BC2 is #D8C43D. Grayscale: #434343. Windows color (decimal): -14206014 or 12729127. OLE color: 12729127.

HSL color Cylindrical-coordinate representation of color #273BC2: hue angle of 232.26º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #273BC2 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 59 194 -
CMYK 0.80 0.70 0 0.24
HSL 232.26º 0.67% 0.46% -
HSV(B) 232.26º 0.8% 0.76% -
XYZ 12.14 7.45 51.84 -
YUV 68.41 198.87 107.02 -
System Red Green Blue C M Y K H S L
Decimal 39 59 194 0.80 0.70 0 0.24 232.26 0.67 0.46
Hex 27 3B C2 50 46 0 18 E8 43 2E
Octal 47 73 302 120 106 0 30 350 103 56
Binary 100111 111011 11000010 1010000 1000110 0 11000 11101000 1000011 101110

Color Harmonies of #273BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BC2

Black with #273BC2

Text Example


Text Example

White with #273BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,194); }

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

background-color css

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

 a { background-color: rgb(39,59,194); }

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

border-color css

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

 span { border-color: rgb(39,59,194); }

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