Html Css Color HEX #2C30BD Persian Blue

📋 copy color: '#2C30BD'

red 44 ◦ green 48 ◦ blue 189

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

Shades of Persian Blue #2C30BD

Tints of Persian Blue #2C30BD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.08%

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

R = 15.66%
G = 17.08%
B = 67.26%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2C30BD (or 0x2C30BD) is known color: Persian Blue. HEX triplet: 2C, 30 and BD. RGB value is (44,48,189). Sum of RGB (Red+Green+Blue) = 44+48+189=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C30BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C30BD is #D3CF42. Grayscale: #3E3E3E. Windows color (decimal): -13881155 or 12398636. OLE color: 12398636.

HSL color Cylindrical-coordinate representation of color #2C30BD: hue angle of 238.34º 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 #2C30BD is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 44 48 189 -
CMYK 0.77 0.75 0 0.26
HSL 238.34º 0.62% 0.46% -
HSV(B) 238.34º 0.77% 0.74% -
XYZ 11.28 6.32 48.77 -
YUV 62.88 199.17 114.54 -
System Red Green Blue C M Y K H S L
Decimal 44 48 189 0.77 0.75 0 0.26 238.34 0.62 0.46
Hex 2C 30 BD 4D 4B 0 1A EE 3E 2E
Octal 54 60 275 115 113 0 32 356 76 56
Binary 101100 110000 10111101 1001101 1001011 0 11010 11101110 111110 101110

Color Harmonies of #2C30BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C30BD

Black with #2C30BD

Text Example


Text Example

White with #2C30BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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