Html Css Color HEX #262CDD Persian Blue

📋 copy color: '#262CDD'

red 38 ◦ green 44 ◦ blue 221

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

Shades of Persian Blue #262CDD

Tints of Persian Blue #262CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

 BLUE value IS 221 (86.72% from 255) = 72.94%

R = 12.54%
G = 14.52%
B = 72.94%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#262CDD (or 0x262CDD) is known color: Persian Blue. HEX triplet: 26, 2C and DD. RGB value is (38,44,221). Sum of RGB (Red+Green+Blue) = 38+44+221=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #262CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #262CDD is #D9D322. Grayscale: #3D3D3D. Windows color (decimal): -14275363 or 14494758. OLE color: 14494758.

HSL color Cylindrical-coordinate representation of color #262CDD: hue angle of 238.03º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #262CDD is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 38 44 221 -
CMYK 0.83 0.80 0 0.13
HSL 238.03º 0.73% 0.51% -
HSV(B) 238.03º 0.83% 0.87% -
XYZ 14.75 7.43 69.06 -
YUV 62.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 38 44 221 0.83 0.80 0 0.13 238.03 0.73 0.51
Hex 26 2C DD 53 50 0 D EE 49 33
Octal 46 54 335 123 120 0 15 356 111 63
Binary 100110 101100 11011101 1010011 1010000 0 1101 11101110 1001001 110011

Color Harmonies of #262CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262CDD

Black with #262CDD

Text Example


Text Example

White with #262CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,44,221); }

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

background-color css

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

 a { background-color: rgb(38,44,221); }

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

border-color css

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

 span { border-color: rgb(38,44,221); }

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