Html Css Color HEX #438EBC Curious Blue

📋 copy color: '#438EBC'

red 67 ◦ green 142 ◦ blue 188

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

Shades of Curious Blue #438EBC

Tints of Curious Blue #438EBC

RGB

 RED value IS 67 (26.56% from 255) = 16.88%

 GREEN value IS 142 (55.86% from 255) = 35.77%

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

R = 16.88%
G = 35.77%
B = 47.36%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#438EBC (or 0x438EBC) is known color: Curious Blue. HEX triplet: 43, 8E and BC. RGB value is (67,142,188). Sum of RGB (Red+Green+Blue) = 67+142+188=397 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.88% from 397); Green value is 142 (55.86% from 255 or 35.77% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #438EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438EBC is #BC7143. Grayscale: #7C7C7C. Windows color (decimal): -12349764 or 12357187. OLE color: 12357187.

HSL color Cylindrical-coordinate representation of color #438EBC: hue angle of 202.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #438EBC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 142 188 -
CMYK 0.64 0.24 0 0.26
HSL 202.81º 0.47% 0.5% -
HSV(B) 202.81º 0.64% 0.74% -
XYZ 21.06 24.17 51.13 -
YUV 124.82 163.65 86.76 -
System Red Green Blue C M Y K H S L
Decimal 67 142 188 0.64 0.24 0 0.26 202.81 0.47 0.5
Hex 43 8E BC 40 18 0 1A CB 2F 32
Octal 103 216 274 100 30 0 32 313 57 62
Binary 1000011 10001110 10111100 1000000 11000 0 11010 11001011 101111 110010

Color Harmonies of #438EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438EBC

Black with #438EBC

Text Example


Text Example

White with #438EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438EBC; }

 p { color: rgb(67,142,188); }

 H1.HeaderClassName
 {
   color: #438EBC;
 }
 .AnyTagClassName
 {
   color: #438EBC;
 }
</style>

background-color css

<style>
 a { background-color: #438EBC; }

 a { background-color: rgb(67,142,188); }

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

border-color css

<style>
 span { border-color: #438EBC; }

 span { border-color: rgb(67,142,188); }

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