Html Css Color HEX #2625BC Persian Blue

📋 copy color: '#2625BC'

red 38 ◦ green 37 ◦ blue 188

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

Shades of Persian Blue #2625BC

Tints of Persian Blue #2625BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.07%

 BLUE value IS 188 (73.83% from 255) = 71.48%

R = 14.45%
G = 14.07%
B = 71.48%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2625BC (or 0x2625BC) is known color: Persian Blue. HEX triplet: 26, 25 and BC. RGB value is (38,37,188). Sum of RGB (Red+Green+Blue) = 38+37+188=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #2625BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2625BC is #D9DA43. Grayscale: #353535. Windows color (decimal): -14277188 or 12330278. OLE color: 12330278.

HSL color Cylindrical-coordinate representation of color #2625BC: hue angle of 240.4º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2625BC is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 37 188 -
CMYK 0.80 0.80 0 0.26
HSL 240.4º 0.67% 0.44% -
HSV(B) 240.4º 0.8% 0.74% -
XYZ 10.54 5.37 48.06 -
YUV 54.51 203.33 116.22 -
System Red Green Blue C M Y K H S L
Decimal 38 37 188 0.80 0.80 0 0.26 240.4 0.67 0.44
Hex 26 25 BC 50 50 0 1A F0 43 2C
Octal 46 45 274 120 120 0 32 360 103 54
Binary 100110 100101 10111100 1010000 1010000 0 11010 11110000 1000011 101100

Color Harmonies of #2625BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2625BC

Black with #2625BC

Text Example


Text Example

White with #2625BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2625BC; }

 p { color: rgb(38,37,188); }

 H1.HeaderClassName
 {
   color: #2625BC;
 }
 .AnyTagClassName
 {
   color: #2625BC;
 }
</style>

background-color css

<style>
 a { background-color: #2625BC; }

 a { background-color: rgb(38,37,188); }

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

border-color css

<style>
 span { border-color: #2625BC; }

 span { border-color: rgb(38,37,188); }

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