Html Css Color HEX #273BCB Persian Blue

📋 copy color: '#273BCB'

red 39 ◦ green 59 ◦ blue 203

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

Shades of Persian Blue #273BCB

Tints of Persian Blue #273BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.44%

R = 12.96%
G = 19.6%
B = 67.44%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#273BCB (or 0x273BCB) is known color: Persian Blue. HEX triplet: 27, 3B and CB. RGB value is (39,59,203). Sum of RGB (Red+Green+Blue) = 39+59+203=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #273BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BCB is #D8C434. Grayscale: #444444. Windows color (decimal): -14206005 or 13318951. OLE color: 13318951.

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

Color convert

RGB 39 59 203 -
CMYK 0.81 0.71 0 0.20
HSL 232.68º 0.68% 0.47% -
HSV(B) 232.68º 0.81% 0.8% -
XYZ 13.18 7.87 57.32 -
YUV 69.44 203.37 106.29 -
System Red Green Blue C M Y K H S L
Decimal 39 59 203 0.81 0.71 0 0.20 232.68 0.68 0.47
Hex 27 3B CB 51 47 0 14 E9 44 2F
Octal 47 73 313 121 107 0 24 351 104 57
Binary 100111 111011 11001011 1010001 1000111 0 10100 11101001 1000100 101111

Color Harmonies of #273BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BCB

Black with #273BCB

Text Example


Text Example

White with #273BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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