Html Css Color HEX #438FBC Curious Blue

📋 copy color: '#438FBC'

red 67 ◦ green 143 ◦ blue 188

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

Shades of Curious Blue #438FBC

Tints of Curious Blue #438FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 16.83%
G = 35.93%
B = 47.24%

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

#438FBC (or 0x438FBC) is known color: Curious Blue. HEX triplet: 43, 8F and BC. RGB value is (67,143,188). Sum of RGB (Red+Green+Blue) = 67+143+188=398 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.83% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #438FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FBC is #BC7043. Grayscale: #7D7D7D. Windows color (decimal): -12349508 or 12357443. OLE color: 12357443.

HSL color Cylindrical-coordinate representation of color #438FBC: hue angle of 202.31º 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 #438FBC is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 143 188 -
CMYK 0.64 0.24 0 0.26
HSL 202.31º 0.47% 0.5% -
HSV(B) 202.31º 0.64% 0.74% -
XYZ 21.21 24.47 51.18 -
YUV 125.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 67 143 188 0.64 0.24 0 0.26 202.31 0.47 0.5
Hex 43 8F BC 40 18 0 1A CA 2F 32
Octal 103 217 274 100 30 0 32 312 57 62
Binary 1000011 10001111 10111100 1000000 11000 0 11010 11001010 101111 110010

Color Harmonies of #438FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438FBC

Black with #438FBC

Text Example


Text Example

White with #438FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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