Html Css Color HEX #262FDB Persian Blue

📋 copy color: '#262FDB'

red 38 ◦ green 47 ◦ blue 219

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

Shades of Persian Blue #262FDB

Tints of Persian Blue #262FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.46%

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 12.5%
G = 15.46%
B = 72.04%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#262FDB (or 0x262FDB) is known color: Persian Blue. HEX triplet: 26, 2F and DB. RGB value is (38,47,219). Sum of RGB (Red+Green+Blue) = 38+47+219=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #262FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FDB is #D9D024. Grayscale: #3F3F3F. Windows color (decimal): -14274597 or 14364454. OLE color: 14364454.

HSL color Cylindrical-coordinate representation of color #262FDB: hue angle of 237.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262FDB is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 38 47 219 -
CMYK 0.83 0.79 0 0.14
HSL 237.02º 0.72% 0.5% -
HSV(B) 237.02º 0.83% 0.86% -
XYZ 14.6 7.56 67.71 -
YUV 63.92 215.52 109.51 -
System Red Green Blue C M Y K H S L
Decimal 38 47 219 0.83 0.79 0 0.14 237.02 0.72 0.5
Hex 26 2F DB 53 4F 0 E ED 48 32
Octal 46 57 333 123 117 0 16 355 110 62
Binary 100110 101111 11011011 1010011 1001111 0 1110 11101101 1001000 110010

Color Harmonies of #262FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262FDB

Black with #262FDB

Text Example


Text Example

White with #262FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,47,219); }

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

background-color css

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

 a { background-color: rgb(38,47,219); }

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

border-color css

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

 span { border-color: rgb(38,47,219); }

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