Html Css Color HEX #273BCA Persian Blue

📋 copy color: '#273BCA'

red 39 ◦ green 59 ◦ blue 202

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

Shades of Persian Blue #273BCA

Tints of Persian Blue #273BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.33%

R = 13%
G = 19.67%
B = 67.33%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#273BCA (or 0x273BCA) is known color: Persian Blue. HEX triplet: 27, 3B and CA. RGB value is (39,59,202). Sum of RGB (Red+Green+Blue) = 39+59+202=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #273BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BCA is #D8C435. Grayscale: #444444. Windows color (decimal): -14206006 or 13253415. OLE color: 13253415.

HSL color Cylindrical-coordinate representation of color #273BCA: hue angle of 232.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273BCA is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 59 202 -
CMYK 0.81 0.71 0 0.21
HSL 232.64º 0.68% 0.47% -
HSV(B) 232.64º 0.81% 0.79% -
XYZ 13.06 7.82 56.7 -
YUV 69.32 202.87 106.37 -
System Red Green Blue C M Y K H S L
Decimal 39 59 202 0.81 0.71 0 0.21 232.64 0.68 0.47
Hex 27 3B CA 51 47 0 15 E9 44 2F
Octal 47 73 312 121 107 0 25 351 104 57
Binary 100111 111011 11001010 1010001 1000111 0 10101 11101001 1000100 101111

Color Harmonies of #273BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BCA

Black with #273BCA

Text Example


Text Example

White with #273BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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