Html Css Color HEX #263CBB Persian Blue

📋 copy color: '#263CBB'

red 38 ◦ green 60 ◦ blue 187

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

Shades of Persian Blue #263CBB

Tints of Persian Blue #263CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 187 (73.44% from 255) = 65.61%

R = 13.33%
G = 21.05%
B = 65.61%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#263CBB (or 0x263CBB) is known color: Persian Blue. HEX triplet: 26, 3C and BB. RGB value is (38,60,187). Sum of RGB (Red+Green+Blue) = 38+60+187=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #263CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #263CBB is #D9C344. Grayscale: #434343. Windows color (decimal): -14271301 or 12270630. OLE color: 12270630.

HSL color Cylindrical-coordinate representation of color #263CBB: hue angle of 231.14º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #263CBB is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 60 187 -
CMYK 0.80 0.68 0 0.27
HSL 231.14º 0.66% 0.44% -
HSV(B) 231.14º 0.8% 0.73% -
XYZ 11.38 7.23 47.81 -
YUV 67.9 195.21 106.67 -
System Red Green Blue C M Y K H S L
Decimal 38 60 187 0.80 0.68 0 0.27 231.14 0.66 0.44
Hex 26 3C BB 50 44 0 1B E7 42 2C
Octal 46 74 273 120 104 0 33 347 102 54
Binary 100110 111100 10111011 1010000 1000100 0 11011 11100111 1000010 101100

Color Harmonies of #263CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263CBB

Black with #263CBB

Text Example


Text Example

White with #263CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263CBB; }

 p { color: rgb(38,60,187); }

 H1.HeaderClassName
 {
   color: #263CBB;
 }
 .AnyTagClassName
 {
   color: #263CBB;
 }
</style>

background-color css

<style>
 a { background-color: #263CBB; }

 a { background-color: rgb(38,60,187); }

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

border-color css

<style>
 span { border-color: #263CBB; }

 span { border-color: rgb(38,60,187); }

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