Html Css Color HEX #438DBC Curious Blue

📋 copy color: '#438DBC'

red 67 ◦ green 141 ◦ blue 188

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

Shades of Curious Blue #438DBC

Tints of Curious Blue #438DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.61%

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

R = 16.92%
G = 35.61%
B = 47.47%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#438DBC (or 0x438DBC) is known color: Curious Blue. HEX triplet: 43, 8D and BC. RGB value is (67,141,188). Sum of RGB (Red+Green+Blue) = 67+141+188=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #438DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438DBC is #BC7243. Grayscale: #7B7B7B. Windows color (decimal): -12350020 or 12356931. OLE color: 12356931.

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

Color convert

RGB 67 141 188 -
CMYK 0.64 0.25 0 0.26
HSL 203.31º 0.47% 0.5% -
HSV(B) 203.31º 0.64% 0.74% -
XYZ 20.92 23.87 51.08 -
YUV 124.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 67 141 188 0.64 0.25 0 0.26 203.31 0.47 0.5
Hex 43 8D BC 40 19 0 1A CB 2F 32
Octal 103 215 274 100 31 0 32 313 57 62
Binary 1000011 10001101 10111100 1000000 11001 0 11010 11001011 101111 110010

Color Harmonies of #438DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438DBC

Black with #438DBC

Text Example


Text Example

White with #438DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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