Html Css Color HEX #2630BA Persian Blue

📋 copy color: '#2630BA'

red 38 ◦ green 48 ◦ blue 186

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

Shades of Persian Blue #2630BA

Tints of Persian Blue #2630BA

RGB

 RED value IS 38 (15.23% from 255) = 13.97%

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

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

R = 13.97%
G = 17.65%
B = 68.38%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2630BA (or 0x2630BA) is known color: Persian Blue. HEX triplet: 26, 30 and BA. RGB value is (38,48,186). Sum of RGB (Red+Green+Blue) = 38+48+186=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #2630BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2630BA is #D9CF45. Grayscale: #3C3C3C. Windows color (decimal): -14274374 or 12202022. OLE color: 12202022.

HSL color Cylindrical-coordinate representation of color #2630BA: hue angle of 235.95º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2630BA is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 48 186 -
CMYK 0.80 0.74 0 0.27
HSL 235.95º 0.66% 0.44% -
HSV(B) 235.95º 0.8% 0.73% -
XYZ 10.72 6.07 47.06 -
YUV 60.74 198.69 111.78 -
System Red Green Blue C M Y K H S L
Decimal 38 48 186 0.80 0.74 0 0.27 235.95 0.66 0.44
Hex 26 30 BA 50 4A 0 1B EC 42 2C
Octal 46 60 272 120 112 0 33 354 102 54
Binary 100110 110000 10111010 1010000 1001010 0 11011 11101100 1000010 101100

Color Harmonies of #2630BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2630BA

Black with #2630BA

Text Example


Text Example

White with #2630BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2630BA; }

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

 H1.HeaderClassName
 {
   color: #2630BA;
 }
 .AnyTagClassName
 {
   color: #2630BA;
 }
</style>

background-color css

<style>
 a { background-color: #2630BA; }

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

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

border-color css

<style>
 span { border-color: #2630BA; }

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

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