Html Css Color HEX #2633BA Persian Blue

📋 copy color: '#2633BA'

red 38 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #2633BA

Tints of Persian Blue #2633BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 13.82%
G = 18.55%
B = 67.64%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2633BA (or 0x2633BA) is known color: Persian Blue. HEX triplet: 26, 33 and BA. RGB value is (38,51,186). Sum of RGB (Red+Green+Blue) = 38+51+186=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #2633BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2633BA is #D9CC45. Grayscale: #3D3D3D. Windows color (decimal): -14273606 or 12202790. OLE color: 12202790.

HSL color Cylindrical-coordinate representation of color #2633BA: hue angle of 234.73º 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 #2633BA is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 51 186 -
CMYK 0.80 0.73 0 0.27
HSL 234.73º 0.66% 0.44% -
HSV(B) 234.73º 0.8% 0.73% -
XYZ 10.85 6.32 47.1 -
YUV 62.5 197.69 110.52 -
System Red Green Blue C M Y K H S L
Decimal 38 51 186 0.80 0.73 0 0.27 234.73 0.66 0.44
Hex 26 33 BA 50 49 0 1B EB 42 2C
Octal 46 63 272 120 111 0 33 353 102 54
Binary 100110 110011 10111010 1010000 1001001 0 11011 11101011 1000010 101100

Color Harmonies of #2633BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2633BA

Black with #2633BA

Text Example


Text Example

White with #2633BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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