Html Css Color HEX #2683BC Curious Blue

📋 copy color: '#2683BC'

red 38 ◦ green 131 ◦ blue 188

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

Shades of Curious Blue #2683BC

Tints of Curious Blue #2683BC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

 BLUE value IS 188 (73.83% from 255) = 52.66%

R = 10.64%
G = 36.69%
B = 52.66%

CMYK

 C value IS 0.80

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2683BC (or 0x2683BC) is known color: Curious Blue. HEX triplet: 26, 83 and BC. RGB value is (38,131,188). Sum of RGB (Red+Green+Blue) = 38+131+188=357 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.64% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #2683BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2683BC is #D97C43. Grayscale: #6D6D6D. Windows color (decimal): -14253124 or 12354342. OLE color: 12354342.

HSL color Cylindrical-coordinate representation of color #2683BC: hue angle of 202.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2683BC is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 38 131 188 -
CMYK 0.80 0.30 0 0.26
HSL 202.8º 0.66% 0.44% -
HSV(B) 202.8º 0.8% 0.74% -
XYZ 17.99 20.28 50.54 -
YUV 109.69 172.19 76.87 -
System Red Green Blue C M Y K H S L
Decimal 38 131 188 0.80 0.30 0 0.26 202.8 0.66 0.44
Hex 26 83 BC 50 1E 0 1A CB 42 2C
Octal 46 203 274 120 36 0 32 313 102 54
Binary 100110 10000011 10111100 1010000 11110 0 11010 11001011 1000010 101100

Color Harmonies of #2683BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2683BC

Black with #2683BC

Text Example


Text Example

White with #2683BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2683BC; }

 p { color: rgb(38,131,188); }

 H1.HeaderClassName
 {
   color: #2683BC;
 }
 .AnyTagClassName
 {
   color: #2683BC;
 }
</style>

background-color css

<style>
 a { background-color: #2683BC; }

 a { background-color: rgb(38,131,188); }

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

border-color css

<style>
 span { border-color: #2683BC; }

 span { border-color: rgb(38,131,188); }

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