Html Css Color HEX #2634BB Persian Blue

📋 copy color: '#2634BB'

red 38 ◦ green 52 ◦ blue 187

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

Shades of Persian Blue #2634BB

Tints of Persian Blue #2634BB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 187 (73.44% from 255) = 67.51%

R = 13.72%
G = 18.77%
B = 67.51%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2634BB (or 0x2634BB) is known color: Persian Blue. HEX triplet: 26, 34 and BB. RGB value is (38,52,187). Sum of RGB (Red+Green+Blue) = 38+52+187=277 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.72% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 187 (73.44% from 255 or 67.51% from 277); Max value from RGB is 187 - color contains mainly: blue. Hex color #2634BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2634BB is #D9CB44. Grayscale: #3E3E3E. Windows color (decimal): -14273349 or 12268582. OLE color: 12268582.

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

Color convert

RGB 38 52 187 -
CMYK 0.80 0.72 0 0.27
HSL 234.36º 0.66% 0.44% -
HSV(B) 234.36º 0.8% 0.73% -
XYZ 11 6.46 47.68 -
YUV 63.2 197.86 110.02 -
System Red Green Blue C M Y K H S L
Decimal 38 52 187 0.80 0.72 0 0.27 234.36 0.66 0.44
Hex 26 34 BB 50 48 0 1B EA 42 2C
Octal 46 64 273 120 110 0 33 352 102 54
Binary 100110 110100 10111011 1010000 1001000 0 11011 11101010 1000010 101100

Color Harmonies of #2634BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2634BB

Black with #2634BB

Text Example


Text Example

White with #2634BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2634BB; }

 p { color: rgb(38,52,187); }

 H1.HeaderClassName
 {
   color: #2634BB;
 }
 .AnyTagClassName
 {
   color: #2634BB;
 }
</style>

background-color css

<style>
 a { background-color: #2634BB; }

 a { background-color: rgb(38,52,187); }

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

border-color css

<style>
 span { border-color: #2634BB; }

 span { border-color: rgb(38,52,187); }

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