Html Css Color HEX #2C34BE Persian Blue

📋 copy color: '#2C34BE'

red 44 ◦ green 52 ◦ blue 190

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

Shades of Persian Blue #2C34BE

Tints of Persian Blue #2C34BE

RGB

 RED value IS 44 (17.58% from 255) = 15.38%

 GREEN value IS 52 (20.7% from 255) = 18.18%

 BLUE value IS 190 (74.61% from 255) = 66.43%

R = 15.38%
G = 18.18%
B = 66.43%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2C34BE (or 0x2C34BE) is known color: Persian Blue. HEX triplet: 2C, 34 and BE. RGB value is (44,52,190). Sum of RGB (Red+Green+Blue) = 44+52+190=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 190 (74.61% from 255 or 66.43% from 286); Max value from RGB is 190 - color contains mainly: blue. Hex color #2C34BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C34BE is #D3CB41. Grayscale: #404040. Windows color (decimal): -13880130 or 12465196. OLE color: 12465196.

HSL color Cylindrical-coordinate representation of color #2C34BE: hue angle of 236.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C34BE is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 44 52 190 -
CMYK 0.77 0.73 0 0.25
HSL 236.71º 0.62% 0.46% -
HSV(B) 236.71º 0.77% 0.75% -
XYZ 11.56 6.71 49.4 -
YUV 65.34 198.35 112.78 -
System Red Green Blue C M Y K H S L
Decimal 44 52 190 0.77 0.73 0 0.25 236.71 0.62 0.46
Hex 2C 34 BE 4D 49 0 19 ED 3E 2E
Octal 54 64 276 115 111 0 31 355 76 56
Binary 101100 110100 10111110 1001101 1001001 0 11001 11101101 111110 101110

Color Harmonies of #2C34BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C34BE

Black with #2C34BE

Text Example


Text Example

White with #2C34BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C34BE; }

 p { color: rgb(44,52,190); }

 H1.HeaderClassName
 {
   color: #2C34BE;
 }
 .AnyTagClassName
 {
   color: #2C34BE;
 }
</style>

background-color css

<style>
 a { background-color: #2C34BE; }

 a { background-color: rgb(44,52,190); }

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

border-color css

<style>
 span { border-color: #2C34BE; }

 span { border-color: rgb(44,52,190); }

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