Html Css Color HEX #262DB9 Persian Blue

📋 copy color: '#262DB9'

red 38 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #262DB9

Tints of Persian Blue #262DB9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.79%

 BLUE value IS 185 (72.66% from 255) = 69.03%

R = 14.18%
G = 16.79%
B = 69.03%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#262DB9 (or 0x262DB9) is known color: Persian Blue. HEX triplet: 26, 2D and B9. RGB value is (38,45,185). Sum of RGB (Red+Green+Blue) = 38+45+185=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #262DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262DB9 is #D9D246. Grayscale: #3A3A3A. Windows color (decimal): -14275143 or 12135718. OLE color: 12135718.

HSL color Cylindrical-coordinate representation of color #262DB9: hue angle of 237.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #262DB9 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 45 185 -
CMYK 0.79 0.76 0 0.27
HSL 237.14º 0.66% 0.44% -
HSV(B) 237.14º 0.79% 0.73% -
XYZ 10.49 5.79 46.46 -
YUV 58.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 38 45 185 0.79 0.76 0 0.27 237.14 0.66 0.44
Hex 26 2D B9 4F 4C 0 1B ED 42 2C
Octal 46 55 271 117 114 0 33 355 102 54
Binary 100110 101101 10111001 1001111 1001100 0 11011 11101101 1000010 101100

Color Harmonies of #262DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262DB9

Black with #262DB9

Text Example


Text Example

White with #262DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262DB9; }

 p { color: rgb(38,45,185); }

 H1.HeaderClassName
 {
   color: #262DB9;
 }
 .AnyTagClassName
 {
   color: #262DB9;
 }
</style>

background-color css

<style>
 a { background-color: #262DB9; }

 a { background-color: rgb(38,45,185); }

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

border-color css

<style>
 span { border-color: #262DB9; }

 span { border-color: rgb(38,45,185); }

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