Html Css Color HEX #262FDA Persian Blue

📋 copy color: '#262FDA'

red 38 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #262FDA

Tints of Persian Blue #262FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 12.54%
G = 15.51%
B = 71.95%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#262FDA (or 0x262FDA) is known color: Persian Blue. HEX triplet: 26, 2F and DA. RGB value is (38,47,218). Sum of RGB (Red+Green+Blue) = 38+47+218=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #262FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262FDA is #D9D025. Grayscale: #3F3F3F. Windows color (decimal): -14274598 or 14298918. OLE color: 14298918.

HSL color Cylindrical-coordinate representation of color #262FDA: hue angle of 237º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262FDA is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 47 218 -
CMYK 0.83 0.78 0 0.15
HSL 237º 0.71% 0.5% -
HSV(B) 237º 0.83% 0.85% -
XYZ 14.47 7.51 67.02 -
YUV 63.8 215.02 109.6 -
System Red Green Blue C M Y K H S L
Decimal 38 47 218 0.83 0.78 0 0.15 237 0.71 0.5
Hex 26 2F DA 53 4E 0 F ED 47 32
Octal 46 57 332 123 116 0 17 355 107 62
Binary 100110 101111 11011010 1010011 1001110 0 1111 11101101 1000111 110010

Color Harmonies of #262FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262FDA

Black with #262FDA

Text Example


Text Example

White with #262FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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