Html Css Color HEX #2C34BD Persian Blue

📋 copy color: '#2C34BD'

red 44 ◦ green 52 ◦ blue 189

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

Shades of Persian Blue #2C34BD

Tints of Persian Blue #2C34BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.32%

R = 15.44%
G = 18.25%
B = 66.32%

CMYK

 C value IS 0.77

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C34BD (or 0x2C34BD) is known color: Persian Blue. HEX triplet: 2C, 34 and BD. RGB value is (44,52,189). Sum of RGB (Red+Green+Blue) = 44+52+189=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 189 (74.22% from 255 or 66.32% from 285); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C34BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C34BD is #D3CB42. Grayscale: #404040. Windows color (decimal): -13880131 or 12399660. OLE color: 12399660.

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

Color convert

RGB 44 52 189 -
CMYK 0.77 0.72 0 0.26
HSL 236.69º 0.62% 0.46% -
HSV(B) 236.69º 0.77% 0.74% -
XYZ 11.45 6.67 48.83 -
YUV 65.23 197.85 112.86 -
System Red Green Blue C M Y K H S L
Decimal 44 52 189 0.77 0.72 0 0.26 236.69 0.62 0.46
Hex 2C 34 BD 4D 48 0 1A ED 3E 2E
Octal 54 64 275 115 110 0 32 355 76 56
Binary 101100 110100 10111101 1001101 1001000 0 11010 11101101 111110 101110

Color Harmonies of #2C34BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C34BD

Black with #2C34BD

Text Example


Text Example

White with #2C34BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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