Html Css Color HEX #272BCB Persian Blue

📋 copy color: '#272BCB'

red 39 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #272BCB

Tints of Persian Blue #272BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.09%

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

R = 13.68%
G = 15.09%
B = 71.23%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#272BCB (or 0x272BCB) is known color: Persian Blue. HEX triplet: 27, 2B and CB. RGB value is (39,43,203). Sum of RGB (Red+Green+Blue) = 39+43+203=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #272BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BCB is #D8D434. Grayscale: #3B3B3B. Windows color (decimal): -14210101 or 13314855. OLE color: 13314855.

HSL color Cylindrical-coordinate representation of color #272BCB: hue angle of 238.54º 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 #272BCB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 39 43 203 -
CMYK 0.81 0.79 0 0.20
HSL 238.54º 0.68% 0.47% -
HSV(B) 238.54º 0.81% 0.8% -
XYZ 12.48 6.47 57.09 -
YUV 60.04 208.67 112.99 -
System Red Green Blue C M Y K H S L
Decimal 39 43 203 0.81 0.79 0 0.20 238.54 0.68 0.47
Hex 27 2B CB 51 4F 0 14 EF 44 2F
Octal 47 53 313 121 117 0 24 357 104 57
Binary 100111 101011 11001011 1010001 1001111 0 10100 11101111 1000100 101111

Color Harmonies of #272BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BCB

Black with #272BCB

Text Example


Text Example

White with #272BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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