Html Css Color HEX #438FBF Curious Blue

📋 copy color: '#438FBF'

red 67 ◦ green 143 ◦ blue 191

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

Shades of Curious Blue #438FBF

Tints of Curious Blue #438FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.63%

R = 16.71%
G = 35.66%
B = 47.63%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#438FBF (or 0x438FBF) is known color: Curious Blue. HEX triplet: 43, 8F and BF. RGB value is (67,143,191). Sum of RGB (Red+Green+Blue) = 67+143+191=401 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.71% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #438FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438FBF is #BC7040. Grayscale: #7D7D7D. Windows color (decimal): -12349505 or 12554051. OLE color: 12554051.

HSL color Cylindrical-coordinate representation of color #438FBF: hue angle of 203.23º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438FBF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 67 143 191 -
CMYK 0.65 0.25 0 0.25
HSL 203.23º 0.49% 0.51% -
HSV(B) 203.23º 0.65% 0.75% -
XYZ 21.54 24.6 52.9 -
YUV 125.75 164.82 86.1 -
System Red Green Blue C M Y K H S L
Decimal 67 143 191 0.65 0.25 0 0.25 203.23 0.49 0.51
Hex 43 8F BF 41 19 0 19 CB 31 33
Octal 103 217 277 101 31 0 31 313 61 63
Binary 1000011 10001111 10111111 1000001 11001 0 11001 11001011 110001 110011

Color Harmonies of #438FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438FBF

Black with #438FBF

Text Example


Text Example

White with #438FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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