Html Css Color HEX #2C30BA Persian Blue

📋 copy color: '#2C30BA'

red 44 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #2C30BA

Tints of Persian Blue #2C30BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 66.91%

R = 15.83%
G = 17.27%
B = 66.91%

CMYK

 C value IS 0.76

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2C30BA (or 0x2C30BA) is known color: Persian Blue. HEX triplet: 2C, 30 and BA. RGB value is (44,48,186). Sum of RGB (Red+Green+Blue) = 44+48+186=278 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.83% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C30BA is #D3CF45. Grayscale: #3D3D3D. Windows color (decimal): -13881158 or 12202028. OLE color: 12202028.

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

Color convert

RGB 44 48 186 -
CMYK 0.76 0.74 0 0.27
HSL 238.31º 0.62% 0.45% -
HSV(B) 238.31º 0.76% 0.73% -
XYZ 10.96 6.19 47.07 -
YUV 62.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 44 48 186 0.76 0.74 0 0.27 238.31 0.62 0.45
Hex 2C 30 BA 4C 4A 0 1B EE 3E 2D
Octal 54 60 272 114 112 0 33 356 76 55
Binary 101100 110000 10111010 1001100 1001010 0 11011 11101110 111110 101101

Color Harmonies of #2C30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C30BA

Black with #2C30BA

Text Example


Text Example

White with #2C30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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