Html Css Color HEX #272BEA Persian Blue

📋 copy color: '#272BEA'

red 39 ◦ green 43 ◦ blue 234

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

Shades of Persian Blue #272BEA

Tints of Persian Blue #272BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 12.34%
G = 13.61%
B = 74.05%

CMYK

 C value IS 0.83

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#272BEA (or 0x272BEA) is known color: Persian Blue. HEX triplet: 27, 2B and EA. RGB value is (39,43,234). Sum of RGB (Red+Green+Blue) = 39+43+234=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #272BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272BEA is #D8D415. Grayscale: #3E3E3E. Windows color (decimal): -14210070 or 15346471. OLE color: 15346471.

HSL color Cylindrical-coordinate representation of color #272BEA: hue angle of 238.77º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272BEA is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 39 43 234 -
CMYK 0.83 0.82 0 0.08
HSL 238.77º 0.82% 0.54% -
HSV(B) 238.77º 0.83% 0.92% -
XYZ 16.55 8.1 78.53 -
YUV 63.58 224.17 110.47 -
System Red Green Blue C M Y K H S L
Decimal 39 43 234 0.83 0.82 0 0.08 238.77 0.82 0.54
Hex 27 2B EA 53 52 0 8 EF 52 36
Octal 47 53 352 123 122 0 10 357 122 66
Binary 100111 101011 11101010 1010011 1010010 0 1000 11101111 1010010 110110

Color Harmonies of #272BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BEA

Black with #272BEA

Text Example


Text Example

White with #272BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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