Html Css Color HEX #2C3BBC Persian Blue

📋 copy color: '#2C3BBC'

red 44 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #2C3BBC

Tints of Persian Blue #2C3BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 15.12%
G = 20.27%
B = 64.6%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C3BBC (or 0x2C3BBC) is known color: Persian Blue. HEX triplet: 2C, 3B and BC. RGB value is (44,59,188). Sum of RGB (Red+Green+Blue) = 44+59+188=291 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.12% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #2C3BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3BBC is #D3C443. Grayscale: #444444. Windows color (decimal): -13878340 or 12335916. OLE color: 12335916.

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

Color convert

RGB 44 59 188 -
CMYK 0.77 0.69 0 0.26
HSL 233.75º 0.62% 0.45% -
HSV(B) 233.75º 0.77% 0.74% -
XYZ 11.68 7.29 48.37 -
YUV 69.22 195.03 110.01 -
System Red Green Blue C M Y K H S L
Decimal 44 59 188 0.77 0.69 0 0.26 233.75 0.62 0.45
Hex 2C 3B BC 4D 45 0 1A EA 3E 2D
Octal 54 73 274 115 105 0 32 352 76 55
Binary 101100 111011 10111100 1001101 1000101 0 11010 11101010 111110 101101

Color Harmonies of #2C3BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3BBC

Black with #2C3BBC

Text Example


Text Example

White with #2C3BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,59,188); }

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

background-color css

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

 a { background-color: rgb(44,59,188); }

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

border-color css

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

 span { border-color: rgb(44,59,188); }

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